-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
390 lines (338 loc) · 12 KB
/
index.html
File metadata and controls
390 lines (338 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Animation Playground</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<header class="nav">
<a href="/">
<img src="logo.svg" alt="logo" />
</a>
<a href="https://jsmastery.com/all-courses" target="_blank"
>GSAP Course</a
>
</header>
<section class="container">
<h1>The Ultimate GSAP Course Workshop</h1>
<ul>
<li>
<a href="pages/01a_your-first-animation/index.html">
<img src="cover1.png" alt="animation-cover" />
<div>
<h3>Your First Animation</h3>
<p>Learn how to create your first animation with GSAP</p>
</div>
</a>
</li>
<li>
<a href="pages/01b_challenge/index.html">
<img src="cover2.png" alt="animation-cover" />
<div>
<h3>Basic Challenge</h3>
<p>Practice your skills by creating a pulsing glow animation</p>
</div>
</a>
</li>
<li>
<a href="pages/02a_understanding-properties/index.html">
<img src="cover3.png" alt="animation-cover" />
<div>
<h3>Understanding Properties</h3>
<p>
Learn how GSAP interprets and animates different types of
properties to create visually rich motion.
</p>
</div>
</a>
</li>
<li>
<a href="pages/02b_understanding-methods/index.html">
<img src="cover4.png" alt="animation-cover" />
<div>
<h3>Understanding Methods</h3>
<p>
Learn how to control GSAP animations using built-in methods to
create complex motion sequences.
</p>
</div>
</a>
</li>
<li>
<a href="pages/03a_power-easing/index.html">
<img src="cover5.png" alt="animation-cover" />
<div>
<h3>Power Easing</h3>
<p>
Learn how Power Easing in GSAP offers progressively stronger
acceleration and deceleration for snappier or smoother motion
control.
</p>
</div>
</a>
</li>
<li>
<a href="pages/04a_sine-easing/index.html">
<img src="cover6.png" alt="animation-cover" />
<div>
<h3>Sine Easing</h3>
<p>
Learn how Sine Easing in GSAP creates smooth, natural motion
by mimicking the curve of a sine wave
</p>
</div>
</a>
</li>
<li>
<a href="pages/05a_back-easing/index.html">
<img src="cover7.png" alt="animation-cover" />
<div>
<h3>Back Easing</h3>
<p>
Learn how Back Easing in GSAP creates motion that briefly
overshoots before settling, adding a dynamic, elastic feel to
animations.
</p>
</div>
</a>
</li>
<li>
<a href="pages/06a_bounce-easing/index.html">
<img src="cover8.png" alt="animation-cover" />
<div>
<h3>Bounce Easing</h3>
<p>
Learn how Bounce Easing in GSAP simulates realistic bouncing
effects by mimicking gravity and collision dynamics.
</p>
</div>
</a>
</li>
<li>
<a href="pages/07a_elastic-easing/index.html">
<img src="cover9.png" alt="animation-cover" />
<div>
<h3>Elastic Easing</h3>
<p>
Learn how Elastic Easing in GSAP produces spring-like motion
with dramatic overshoot and recoil for high-energy animations.
</p>
</div>
</a>
</li>
<li>
<a href="pages/08a_expo-easing/index.html">
<img src="cover10.png" alt="animation-cover" />
<div>
<h3>Expo Easing</h3>
<p>
Learn how Expo Easing in GSAP creates dramatic animations that
accelerate or decelerate exponentially for a powerful impact.
</p>
</div>
</a>
</li>
<li>
<a href="pages/09a_apple-dock/index.html">
<img src="cover11.png" alt="animation-cover" />
<div>
<h3>Apple Dock</h3>
<p>
Learn how to recreate Apple Dock–style animations in GSAP
using a mix of easing functions for smooth, responsive, and
playful motion.
</p>
</div>
</a>
</li>
<li>
<a href="pages/10a_learn-to/index.html">
<img src="cover12.png" alt="animation-cover" />
<div>
<h3>Learn Gsap To</h3>
<p>
Learn how <code>gsap.to()</code> lets you animate any property
to a desired value with full control over timing, easing, and
callbacks.
</p>
</div>
</a>
</li>
<li>
<a href="pages/10b_challenge-to/index.html">
<img src="cover13.png" alt="animation-cover" />
<div>
<h3>Gsap To Challenge</h3>
<p>
Put your skills to the test by using <code>gsap.to()</code> to
create a multi-property, interactive animation with custom
easing and sequencing.
</p>
</div>
</a>
</li>
<li>
<a href="pages/11a_learn-from/index.html">
<img src="cover14.png" alt="animation-cover" />
<div>
<h3>Learn Gsap From</h3>
<p>
Learn how <code>gsap.from()</code> animates elements from a
starting state to their current state, ideal for entrance
animations.
</p>
</div>
</a>
</li>
<li>
<a href="pages/11b_challenge-from/index.html">
<img src="cover15.png" alt="animation-cover" />
<div>
<h3>Gsap From Challenge</h3>
<p>
Put your skills to the test by creating engaging entrance
animations using <code>gsap.from()</code> to reveal elements
with flair.
</p>
</div>
</a>
</li>
<li>
<a href="pages/12a_learn-fromto/index.html">
<img src="cover16.png" alt="animation-cover" />
<div>
<h3>Learn Gsap fromTo</h3>
<p>
Learn how <code>gsap.fromTo()</code> gives you precise control
by defining both the start and end states of an animation
explicitly.
</p>
</div>
</a>
</li>
<li>
<a href="pages/12b_challenge-fromto/index.html">
<img src="cover17.png" alt="animation-cover" />
<div>
<h3>Gsap fromTo Challenge</h3>
<p>
Put your skills to the test by building a precise animation
using <code>gsap.fromTo()</code>, defining both start and end
states.
</p>
</div>
</a>
</li>
<li>
<a href="pages/13a_learn-set/index.html">
<img src="cover18.png" alt="animation-cover" />
<div>
<h3>Learn Gsap Set</h3>
<p>
Learn how <code>gsap.set()</code> instantly applies property
values without animation, perfect for setup, state resets, or
quick style tweaks.
</p>
</div>
</a>
</li>
<li>
<a href="pages/13b_challenge-set/index.html">
<img src="cover19.png" alt="animation-cover" />
<div>
<h3>Gsap Set Challenge</h3>
<p>
Put your skills to the test by using
<code>gsap.set()</code> to initialize animation states, and
control visibility.
</p>
</div>
</a>
</li>
<li>
<a href="pages/14a_learn-timeline/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>Gsap Timeline</h3>
<p>
Learn how <code>gsap.timeline()</code> lets you sequence
multiple animations with precise control over timing, overlap,
and orchestration.
</p>
</div>
</a>
</li>
<li>
<a href="pages/15_staggers-demo/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>Staggers</h3>
<p>
Learn how GSAP stagger animations create rhythmic, cascading
motion by offsetting the start time of multiple elements for
polished, professional sequences.
</p>
</div>
</a>
</li>
<li>
<a href="pages/17_first-scroll-animation/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>Your First Scroll-Driven Animation Challenge</h3>
<p>
Put your skills to the test by building your first
scroll-triggered animation and syncing motion to scroll
position using GSAP ScrollTrigger.
</p>
</div>
</a>
</li>
<li>
<a href="pages/18_scrub-challenge/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>Scrub Challenge - Sync Animation to Scroll</h3>
<p>
Take control of scroll-driven motion by mastering scrub
animations, real-time updates, and scroll-linked timing using
GSAP ScrollTrigger.
</p>
</div>
</a>
</li>
<li>
<a href="pages/19_pin-challenge-demo/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>Pin Challenge - Lock Elements in Place</h3>
<p>
Take control of scroll-driven motion by mastering scrub
animations, real-time updates, and scroll-linked timing using
GSAP ScrollTrigger.
</p>
</div>
</a>
</li>
<li>
<a href="pages/20_svg-scroll-demo-challenge/index.html">
<img src="cover20.png" alt="animation-cover" />
<div>
<h3>SVG Challenge</h3>
<p>
Take control of scroll-driven motion by mastering scrub
animations, real-time updates, and scroll-linked timing using
GSAP ScrollTrigger.
</p>
</div>
</a>
</li>
</ul>
</section>
</main>
</body>
</html>