frozeman / meteor-animation-helper-velocity

Animates elements inside a {{> AnimateWithVelocity}} block, by adding specific attributes to elements.
22 stars 2 forks source link

delay / stagger animations? #11

Open dcsan opened 10 years ago

dcsan commented 10 years ago

could you add support for initial delay as data-delay ? that would allow to control when an animation starts.

velocity has a special stagger feature which is great for creating pagebuilds could you add support for that as a data-stagger property however i think that's only relevant for UI pack animations

Stagger: Specify the stagger option in ms to successively delay the animation of each element in a set by the targeted amount. You can also pass in a value function to define your own stagger falloffs.

http://codepen.io/julianshapiro/pen/mqsnk

frozeman commented 9 years ago

Thanks, i'm currently busy i might look into it if i get the time.