diff --git a/src/data/roadmaps/angular/content/animation@rYJq59Q0YdfK6n3x740Em.md b/src/data/roadmaps/angular/content/animation@rYJq59Q0YdfK6n3x740Em.md index 583b7f7c0..1c59e6677 100644 --- a/src/data/roadmaps/angular/content/animation@rYJq59Q0YdfK6n3x740Em.md +++ b/src/data/roadmaps/angular/content/animation@rYJq59Q0YdfK6n3x740Em.md @@ -1 +1,10 @@ -# Animation \ No newline at end of file +# Animation + +Angular's animation system is built on CSS functionality, which means you can animate any property that the browser considers animatable. This includes positions, sizes, transforms, colors, borders, and more. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - Animation](https://angular.dev/guide/animations) +- [@article@Angular Animations - A Beginner's Guide](https://www.angularminds.com/blog/angular-animations-a-beginners-guide) +- [@opensource@Angular Animations Explorer](https://github.com/williamjuan027/angular-animations-explorer) +- [@article@In-Depth guide into animations in Angular](https://angularindepth.com/posts/1285/in-depth-guide-into-animations-in-angular) \ No newline at end of file