framer-animation-collections icon indicating copy to clipboard operation
framer-animation-collections copied to clipboard

Framer.js classes for managing large sets of animations

Results 4 framer-animation-collections issues
Sort by recently updated
recently updated
newest added

Resolves #3 and makes the `AnimationSet` module usable again in the most recent version of Framer (v112).

Using this animation Set: ``` loadingDots = new AnimationSet animations: a: loadingDot1Up b: loadingDot2Up c: loadingDot3Up repeat: true loadingDots.start() ``` http://share.framerjs.com/p6e8mj5tv6ov/ I'm getting this error: `TypeError: _.any is not a...

Would be great if you could set a delay on each animation in a animationSet

Hi Issac, It would be awesome if I can add an animation set as one of the animations properties in a sequence. Thanks, Rodrigo