-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 1.81 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>wow!Team Demos</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Wow!Team Demos</h1>
</header>
<nav>
<ul>
<li>
<a href="./section-scroll/">Scroll Playground</a>
</li>
<li>
<a href="./section-scroll-in-out-cont/">Scroll Playground - In, Out, Continuous</a>
</li>
<li>
<a href="./motion/">Motion Playground</a>
</li>
<li>
<a href="./motion/customMotion">Custom Motion Playground</a>
</li>
<li>
<a href="./video-crop/">Video Crop</a>
</li>
<li>
<a href="./animation-playground/index.html">Legacy Animations Playground</a>
</li>
<li>
<a href="./gradients/index.html">Gradients Playground</a>
</li>
<li>
<a href="./shape-divider/index.html">Shape Divider Playground</a>
</li>
<li>
<a href="./text-effects/index.html">Text Effects Playground</a>
</li>
<li>
<a href="./kampos/dist/index.html">Kampos Playground</a>
</li>
<li class="deprecated">
<a href="./text-mask/index.html">Text Mask Playground</a>
</li>
<li class="deprecated">
<a href="./text-path/index.html">Text on Path Playground</a>
</li>
</ul>
</nav>
</body>
</html>