Learn the different ways you can add animations to your Angular application - including CSS Animations, Angular Animations, GSAP, Tailwind, and many more...
Learn how to combine web and CSS animations with Angular's features to create powerful animations.
Learn the core functionalities of Angular Animations, how it works, along with their practical use cases.
Control individual children animations from their parent.
Conditionally disable animation for a single component or your entire application.
Custom animations for elements entering and leaving the view.
High level overview of Angular animations, how it works, and how to use them in your project.
Programmatically control your Angular animations.
Apply the same animation to multiple different targets elements using the built in function query.
Animate route changes by adding custom animations to your router outlet.
Control the timing and sequences of your animations using group, sequence, and stagger.
Add multiple steps to your animation using keyframes with Angular animations.
Add custom animations to transitions between different states of an element.
Learn how to integrate third-party animation libraries and use them in the context of an Angular application.
Use predefined animations from Animate.style to animate your application
Create animation timelines using GreenSock
A new animation library, built on the Web Animations API for the smallest filesize and the fastest performance.
Add custom animations to transitions between different states of an element using Popmotion.
Learn how to use web and css animations to power fasdfadfad
Use animation specific features in browsers' devtools to help debug your animation code.
Speed up your unit tests by disabling animation when its not part of your test cases.
Understand the different implications of animating different properties and the different animation methods.
Ways to abstract out common animation code so it can be reused more easily in your application.
Didn't find what you are looking for? Below are a few more resources surrounding animations and Angular
Animations in Angular Course
This course will provide you with information and advice to create beautiful and performant animations in Angular applications. The course covers everything animation-related, from choosing the right tools for the jobs to debugging and profiling your animations.
Get Better Angular UX Using 4 Animation Techniques
Improve the User Experience (UX) of an e-commerce application by implementing animations utilizing Angular animations, CSS animations, and Web Animation APIs.
In-Depth guide into animations in Angular
Explore the various animation methods in Angular, their use cases, implementation, and some tips on performance, debugging, and reusability.