material-motion / material-motion-js

Reusable gestural interactions in JavaScript. In development.
Apache License 2.0
291 stars 26 forks source link

Use variations of the same plan for Tween or Spring performers #38

Closed appsforartists closed 7 years ago

appsforartists commented 8 years ago

This should be fairly easy to prototype using Performer.canHandle. Feature parity and optimal code sharing between tweens and springs might? be a bit harder.

Harder:

appsforartists commented 8 years ago

I wonder what the right way to model this is w.r.t validation (#52).