Animated
Functions
Returns AnimatedAnimation ready for running single or a collection of animations after given delay in milliseconds
Returns LoopAnimation ready for running AnimatedAnimation object repeated @repeatCount times. By default it runs infinite number of times.
Returns ParallelAnimation ready for running collection of animations in parallel
Returns SequenceAnimation ready for running collection of animations in sequence one after another. The order of arguments is the order of the sequence
Returns an AnimatedAnimation ready for running spring animation based on the SpringConfig params
Returns AnimatedAnimation ready for running collection of animations in stagger with given value in milliseconds
Returns an AnimatedAnimation ready for running timing animation that calculate animated values and set them on target param.