AnimationTimingFunctionΒΆ

Enumeration AnimationTimingFunction

Defines how an animation progresses through the duration of each iteration.

Enumeration Members

Enumeration Members

EASEIN: "easein"

The animation starts slowly and accelerates towards the end.

EASEINOUT: "easeinout"

The animation starts slowly, accelerates, decelerates, and then slows down at the end.

EASEOUT: "easeout"

The animation starts quickly and decelerates towards the end.

LINEAR: "linear"

The animation progresses at a constant pace from start to finish.