-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (60 loc) · 1.51 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
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smooth Examples</title>
<style>
:root {
font-size: 120%;
line-height: 1.5;
}
</style>
</head>
<body>
<h1>Examples</h1>
<ol>
<li>
<a href="examples/cursor/">Simple Cursor</a>
</li>
<li>
<a href="examples/cursor-2/">Cursor with background</a>
</li>
<li>
<a href="examples/cursor-3/">Cursor with scale</a>
</li>
<li>
<a href="examples/tilt-effect/">Tilt Effect</a>
</li>
<li>
<a href="examples/canvas-parallax/">Canvas Parallax</a>
</li>
<li>
<a href="examples/draw-svg/">Draw SVG</a>
</li>
<li>
<a href="examples/scroll-images/">Images #1</a>
</li>
<li>
<a href="examples/scroll-images-2/">Images #2</a>
</li>
<li>
<a href="examples/parallax-images/">Parallax Images</a>
</li>
<li>
<a href="examples/scroll-story/">Scroll Story Landing</a>
</li>
<li>
<a href="examples/alice/">Alice's Adventures in Wonderland.</a> <a href="https://github.com/adobe-webplatform/Demo-for-Alice-s-Adventures-in-Wonderland">Original</a>
</li>
<li>
<a href="examples/curtain/">Curtain</a>
</li>
<li>
<a href="examples/move-along-svg-path/">Move along SVG path</a>
</li>
</ol>
<a href="https://github.com/web-alchemy/smooth">Github</a>
</body>
</html>