diff --git a/docs/challenges/06-animation.md b/docs/challenges/06-animation.md index a8405fc..840123e 100644 --- a/docs/challenges/06-animation.md +++ b/docs/challenges/06-animation.md @@ -1,5 +1,4 @@ # Challenge: Animation -Start with branch `workshop/06-animation-start` ## Code Changes Time to get serious. I updated the game a last time to integrate Drag & Drop with the help of Angular CDK. @@ -29,7 +28,7 @@ The task you will work on: + Task 6: Animate Stock Flip ## Task 1: First Flip - Part 1 -Switch to branch `workshop/06-animation-start` and open the page [game/scratchpad](http://localhost:4200/game/scratchpad). You will see a lightweight page with only a single card. That is our playground to develop some animations in isolation before using them in the game. +Switch to branch `workshop/06-animation-start`, run `npm install` and open the page [game/scratchpad](http://localhost:4200/game/scratchpad). You will see a lightweight page with only a single card. That is our playground to develop some animations in isolation before using them in the game. ![](images/06-animation/scratchpad-start.png)