1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

docs(angular): add animation content (#6420)

This commit is contained in:
J. Degand
2024-08-07 23:44:01 -04:00
committed by GitHub
parent bfde2904c1
commit 1848f87e9b

View File

@@ -1 +1,10 @@
# Animation
# 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)