forked from thealrivera/GSAP_UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (85 loc) · 2.59 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
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
<!DOCTYPE html>
<html>
<head>
<title>
GSAP
</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
</head>
<body>
<ul class="list">
<li id="first" class="item">
<h3>Row One</h3>
</li>
<li class="item">
<h3>Row Two</h3>
</li>
<li class="item">
<h3>Row Three</h3>
</li>
<li class="item">
<h3>Row Four</h3>
</li>
<li class="item">
<h3>Row Five</h3>
</li>
<li class="item">
<h3>Row Six</h3>
</li>
<li class="item">
<h3>Row Seven</h3>
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
<li class="item">
</li>
</ul>
<!-- <div id="big"></div> -->
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 378 174" style="enable-background:new 0 0 378 174;" xml:space="preserve">
<rect id="square" x="48.2" y="42.8" class="st0" width="71.2" height="51.2"/>
<radialGradient id="SVGID_1_" cx="287.625" cy="77.625" r="37.875" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#FFFFFF"/>
<stop offset="8.510864e-02" style="stop-color:#FFEDD8"/>
<stop offset="0.2082" style="stop-color:#FFD5A7"/>
<stop offset="0.3345" style="stop-color:#FFC17D"/>
<stop offset="0.462" style="stop-color:#FFB05B"/>
<stop offset="0.591" style="stop-color:#FFA340"/>
<stop offset="0.7222" style="stop-color:#FF9A2D"/>
<stop offset="0.8568" style="stop-color:#FF9522"/>
<stop offset="1" style="stop-color:#FF931E"/>
</radialGradient>
<circle id="circle" class="st1" cx="287.6" cy="77.6" r="37.9"/>
<polygon id="triangle" class="st2" points="135.9,119 178.2,45.8 220.5,119 "/>
</svg>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="http://hammerjs.github.io/dist/hammer.min.js"></script>
<script src="js/jquery.hammer.js"></script>
<script src="js/fastclick.js"></script>
<script src="js/gsap/TimelineMax.min.js"></script>
<script src="js/gsap/TweenMax.min.js"></script>
<script src="js/gsap/plugins/MorphSVGPlugin.min.js"></script>
<script src="js/gsap/TimelineLite.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>