Creates a copy this existing animation object with the given delay.
Number of milliseconds that represent the delay between the start of the animation start and the actual animation.
A copy of this animation with the given delay.
Creates a copy of existing animation object with given repetition.
Number iterations of animation. For a never-ending animation pass Infinity
.
A copy of this animation that repeats the given number of times.
Generated using TypeDoc
Represents an animation, i.e. a function that interpolates between two or more values.