...

/

Sequential Animations

Sequential Animations

Learn how to execute your animation sequentially using Angular animations’ sequence function.

Sequential animations refer to executing animations one step at a time. An example of this would be animating an element’s opacity, followed by a rotation animation. Instead of animating both properties together, we can run each animation one at a time. For this particular example, the opacity animation gets executed first. The rotation animation will then wait for the opacity animation to complete before it starts its execution.

How it works

Angular animations use the sequence function to execute sequential animations. It accepts a list of animation steps, which are then executed in the order the ...

Access this course and 1400+ top-rated courses and projects.