Introduction to Angular Animations

An introduction to Angular animations, how they work, and how to use them in your project.

Angular animations are based on CSS web transition functionality, which means that anything that can be styled or transformed through CSS can be animated the same way using Angular animations, with the added advantage of giving the developer more control in orchestrating it. This provides us with animations that have CSS-like performance along with the flexibility of JavaScript out of the box without additional dependencies.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy