material-motion-js
material-motion-js copied to clipboard
Reusable gestural interactions in JavaScript. In development.
https://material-motion.github.io/material-motion/starmap/specifications/operators/anchorPointAdjustment
Would be nice if material-motion-demos.firebaseapp.com site automatically mirrored the GH repo. We may need separate subdomains for `develop` and `stable`, and each contributor will likely want their own too (so...
## Problem ## package A depends on `[email protected]`. package B depends on `[email protected]`. Someone downstream now has two copies of the same dependency because we weren't diligent about using consistent...
We expect to have many different demos packages: - `demos-react` - `demos-cycle` - `demos-ng2` - `demos-dom` each with its own `devServer` and `build`. Running `build` in any package should generate...
The Material Spec depends on an elevation metaphor, where two sheets of material either lie in the same plane or one is ahead of the other in Z space. How...
Travis supports Mac and Linux. Linux is easier to set up, so that's what we currently have; however, there are more browsers available for Mac. Travis [doesn't appear](https://docs.travis-ci.com/user/multi-os/) to currently...
See https://github.com/material-motion/material-motion/issues/40
- Make `examples` depend on `dist` (rather than bundling it) - Figure out why Webpack spits out such big bundles and how to make them tiny. - Stripping out all...
It would be nice if our Mocha output was grouped by package. I wonder if we should put an index.test.ts in each `__tests__` whose body looks basically like this: ```javascript...
Take the `pointersStream` (#64) and return a stream of changes in the angle between two pointers. Calculating the angle between two points should be basic trig. Then, you're just diffing...