Sequential Animations

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

We'll cover the following

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.

Get hands-on with 1200+ tech skills courses.