From ca0306dc53bf67a34c000396723d4cde92e9034d Mon Sep 17 00:00:00 2001 From: Sven Brodny Date: Wed, 21 Feb 2024 12:53:57 +0100 Subject: [PATCH] docs(simple-animations): add example video for fade and moving animation --- .../content/docs/challenges/angular/46-simple-animations.md | 4 ++++ 1 file changed, 4 insertions(+) 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 03401c1..f7c197a 100644 --- a/docs/src/content/docs/challenges/angular/46-simple-animations.md +++ b/docs/src/content/docs/challenges/angular/46-simple-animations.md @@ -36,9 +36,13 @@ The goal of this challenge is to add animations, they should run when the user a 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. +