From f40b9528acb79317a5cc0ca638d337b35986deae Mon Sep 17 00:00:00 2001 From: Sven Brodny Date: Wed, 21 Feb 2024 12:03:37 +0100 Subject: [PATCH] docs(simple-animations): improve statement & add stagger example video --- .../content/docs/challenges/angular/46-simple-animations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/angular/46-simple-animations.md b/docs/src/content/docs/challenges/angular/46-simple-animations.md index 862085b..44966ae 100644 --- a/docs/src/content/docs/challenges/angular/46-simple-animations.md +++ b/docs/src/content/docs/challenges/angular/46-simple-animations.md @@ -25,7 +25,7 @@ Otherwise look at this [working example](https://svenson95.github.io/ng-xmp-anim ## 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 @@ -38,3 +38,6 @@ Add a fading or moving animation for the paragraphs on the left side. ### Level 2 Add a stagger animation for the list on the right side. + +