docs(simple-animations): add constraint how to trigger animation

This commit is contained in:
Sven Brodny
2024-02-21 12:45:13 +01:00
committed by GitHub
parent f40b9528ac
commit fe1609686f

View File

@@ -29,7 +29,8 @@ The goal of this challenge is to add animations, they should run when the user a
## Constraints
Don't use any CSS and utilize Angular's integrated `@angular/animations` API.
- Don't use any CSS and utilize Angular's integrated `@angular/animations` API.
- Don't trigger the animations with a button like in the examples, rather when the user enter or reload the page.
### Level 1