docs(simple-animations): improve statement & add stagger example video

This commit is contained in:
Sven Brodny
2024-02-21 12:03:37 +01:00
committed by GitHub
parent 2586488795
commit f40b9528ac

View File

@@ -25,7 +25,7 @@ Otherwise look at this [working example](https://svenson95.github.io/ng-xmp-anim
## Statement ## Statement
The goal of this challenge is to add animations. The goal of this challenge is to add animations, they should run when the user arrives on the page or reload the page.
## Constraints ## Constraints
@@ -38,3 +38,6 @@ Add a fading or moving animation for the paragraphs on the left side.
### Level 2 ### Level 2
Add a stagger animation for the list on the right side. Add a stagger animation for the list on the right side.
<video controls src="https://github.com/svenson95/angular-challenges/assets/46655156/7b5e770f-38bb-43a2-9dd1-cc1329cab82f">
</video>