Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/challenges/06-animation.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)

Expand Down