bendc / animateplus

A+ animation module for the modern web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for spring effect

aleksandar-b opened this issue · comments

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

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

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

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 :)