The speed curve defines how the animation progresses through the duration of each cycle It is used to make the changes smoothly and create different effects, such as easing in, easing out, or easing in and out. It specifies the animation’s speed curve defining the time which is needed for an animation to change from one style set to another. It describes how an animation will progress over one cycle of its duration, allowing it to change speed during its course. Specifies a step function, dividing the animation into equal intervals The first parameter specifies the number of steps
The second parameter (`start` or `end`) determines when the jump occurs within each interval Defines a custom timing function using a cubic bezier curve.
OPEN