AnimationTimingFunction¶
Enumeration AnimationTimingFunction
Enumeration Members
EASEIN
EASEIN: "easein"
The animation starts slowly and accelerates towards the end.
EASEINOUT
EASEINOUT: "easeinout"
The animation starts slowly, accelerates, decelerates, and then slows down at the end.
EASEOUT
EASEOUT: "easeout"
The animation starts quickly and decelerates towards the end.
LINEAR
LINEAR: "linear"
The animation progresses at a constant pace from start to finish.
Defines how an animation progresses through the duration of each iteration.
See
AnimationOptions