Skip to content

Commit dbc9c5f

Browse files
author
Matteo Menapace
committed
Animated gif
1 parent 5752f40 commit dbc9c5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sessions/03/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,20 @@ https://daneden.github.io/animate.css/
5454

5555
We're going to use [Animate.css](https://daneden.github.io/animate.css/) and [ScrollMagic](http://scrollmagic.io) to add some *magical scroll interactions* to our [previous demo](../01#workshop).
5656

57-
- [ ] Animated gif
57+
[![](assets/pinned-drone.gif)](../../resources/scroll-magic)
5858

5959
Here's [all the code for the finished thing](../../resources/scroll-magic).
6060

6161
### Step by step
6262

63-
1. [ ] [Download the zip]() containing all the files.
63+
1. [Download the zip](../../resources/week-3-package.zip) containing all the files.
6464
* Open `index.html`.
6565

6666
Notice in the `head` we're loading a bunch of CSS files (eg: `<link href="css/style.css" rel="stylesheet">`) and JS files (eg: `<script src="js/lib/jquery.min.js"></script>`).
6767

6868
* **CSS** gives us the style.
6969

7070
* **JS** gives us the fancy logic (eg: `when this scrolls past that, flip it`).
71-
7271
* Open `css/style.css` and find the following code:
7372

7473
```css

sessions/03/assets/pinned-drone.gif

7.42 MB
Loading

0 commit comments

Comments
 (0)