material-motion-js icon indicating copy to clipboard operation
material-motion-js copied to clipboard

Reusable gestural interactions in JavaScript. In development.

Results 91 material-motion-js issues
Sort by recently updated
recently updated
newest added

https://material-motion.github.io/material-motion/starmap/specifications/operators/anchorPointAdjustment

Feature request

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...

Internal cleanup

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...

Internal cleanup

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...

Needs research
Question

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...

Tests

See https://github.com/material-motion/material-motion/issues/40

Documentation

- 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...

Needs research
Internal cleanup

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...

Tests

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...

Feature request