bendc / animateplus

A+ animation module for the modern web
MIT License
5.96k stars 279 forks source link

Add support for spring effect #17

Closed aleksandar-b closed 8 years ago

aleksandar-b commented 8 years ago

It would be nice to have ios- like spring easing. tnx!

bendc commented 8 years ago

What do you mean? The default easing has an iOS-like spring curve (example).

aleksandar-b commented 8 years ago

I mean spring effect with full options like this : http://dynamicsjs.com/

bendc commented 8 years ago

The goal was to keep the spring configuration simple, so you can tweak the elasticity just by passing a single number (example). If you need more granular settings, I recommend you to use Dynamics :)