animations.html
17.9 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
<div>
<div class="header">
<h2><strong>Animations</strong> CSS3</h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">
<li>
<a href="#">Make</a>
</li>
<li>
<a href="#">UI</a>
</li>
<li class="active">Icons</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-lg-12 portlets">
<div class="panel">
<div class="panel-header md-panel-controls">
<h3><i class="icon-bulb"></i> Animation <strong>Possibilities</strong></h3>
</div>
<div class="panel-content">
<div class="row">
<div class="col-md-6 col-md-offset-3 align-center m-b-60">
<div id="animationSandbox">
<h1 class="animation_title c-primary"><strong>Animate</strong> Me<strong>!</strong></h1>
</div>
</div>
<div class="col-md-6 col-md-offset-3 align-center">
<div class="row">
<div class="col-md-6 m-t-10">
<select class="form-control js_animations">
<optgroup label="Attention Seekers">
<option value="bounce">bounce</option>
<option value="flash">flash</option>
<option value="pulse">pulse</option>
<option value="rubberBand">rubberBand</option>
<option value="shake">shake</option>
<option value="swing">swing</option>
<option value="tada">tada</option>
<option value="wobble">wobble</option>
</optgroup>
<optgroup label="Bouncing Entrances">
<option value="bounceIn">bounceIn</option>
<option value="bounceInDown">bounceInDown</option>
<option value="bounceInLeft">bounceInLeft</option>
<option value="bounceInRight">bounceInRight</option>
<option value="bounceInUp">bounceInUp</option>
</optgroup>
<optgroup label="Bouncing Exits">
<option value="bounceOut">bounceOut</option>
<option value="bounceOutDown">bounceOutDown</option>
<option value="bounceOutLeft">bounceOutLeft</option>
<option value="bounceOutRight">bounceOutRight</option>
<option value="bounceOutUp">bounceOutUp</option>
</optgroup>
<optgroup label="Fading Entrances">
<option value="fadeIn">fadeIn</option>
<option value="fadeInDown">fadeInDown</option>
<option value="fadeInDownBig">fadeInDownBig</option>
<option value="fadeInLeft">fadeInLeft</option>
<option value="fadeInLeftBig">fadeInLeftBig</option>
<option value="fadeInRight">fadeInRight</option>
<option value="fadeInRightBig">fadeInRightBig</option>
<option value="fadeInUp">fadeInUp</option>
<option value="fadeInUpBig">fadeInUpBig</option>
</optgroup>
<optgroup label="Fading Exits">
<option value="fadeOut">fadeOut</option>
<option value="fadeOutDown">fadeOutDown</option>
<option value="fadeOutDownBig">fadeOutDownBig</option>
<option value="fadeOutLeft">fadeOutLeft</option>
<option value="fadeOutLeftBig">fadeOutLeftBig</option>
<option value="fadeOutRight">fadeOutRight</option>
<option value="fadeOutRightBig">fadeOutRightBig</option>
<option value="fadeOutUp">fadeOutUp</option>
<option value="fadeOutUpBig">fadeOutUpBig</option>
</optgroup>
<optgroup label="Flippers">
<option value="flip">flip</option>
<option value="flipInX">flipInX</option>
<option value="flipInY">flipInY</option>
<option value="flipOutX">flipOutX</option>
<option value="flipOutY">flipOutY</option>
</optgroup>
<optgroup label="Lightspeed">
<option value="lightSpeedIn">lightSpeedIn</option>
<option value="lightSpeedOut">lightSpeedOut</option>
</optgroup>
<optgroup label="Rotating Entrances">
<option value="rotateIn">rotateIn</option>
<option value="rotateInDownLeft">rotateInDownLeft</option>
<option value="rotateInDownRight">rotateInDownRight</option>
<option value="rotateInUpLeft">rotateInUpLeft</option>
<option value="rotateInUpRight">rotateInUpRight</option>
</optgroup>
<optgroup label="Rotating Exits">
<option value="rotateOut">rotateOut</option>
<option value="rotateOutDownLeft">rotateOutDownLeft</option>
<option value="rotateOutDownRight">rotateOutDownRight</option>
<option value="rotateOutUpLeft">rotateOutUpLeft</option>
<option value="rotateOutUpRight">rotateOutUpRight</option>
</optgroup>
<optgroup label="Sliders">
<option value="slideInDown">slideInDown</option>
<option value="slideInLeft">slideInLeft</option>
<option value="slideInRight">slideInRight</option>
<option value="slideOutLeft">slideOutLeft</option>
<option value="slideOutRight">slideOutRight</option>
<option value="slideOutUp">slideOutUp</option>
</optgroup>
<optgroup label="Specials">
<option value="hinge">hinge</option>
<option value="rollIn">rollIn</option>
<option value="rollOut">rollOut</option>
</optgroup>
</select>
</div>
<div class="col-md-6 m-t-10 text-left">
<button class="btn btn-primary m-b-10 js_triggerAnimation btn-embossed">Animate it</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 portlets">
<div class="panel">
<div class="panel-header md-panel-controls">
<h3>Font Awesome Animation on <strong>Load</strong></h3>
</div>
<div class="panel-content">
<div class="row">
<div class="col-md-12">
<div class="font-animation">
<a href="#">
<i class="fa fa-wrench faa-wrench animated"></i>
faa-wrench animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-bell faa-ring animated"></i>
faa-ring animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-horizontal animated"></i>
faa-horizontal animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-thumbs-o-up faa-vertical animated"></i>
faa-vertical animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-warning faa-flash animated"></i>
faa-flash animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-thumbs-o-up faa-bounce animated"></i>
faa-bounce animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-spinner faa-spin animated"></i>
faa-spin animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-plane faa-float animated"></i>
faa-float animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-heart faa-pulse animated"></i>
faa-pulse animated
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-shake animated"></i>
faa-shake animated
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 portlets">
<div class="panel">
<div class="panel-header">
<h3>Font Awesome Animation on <strong>Hover</strong></h3>
<div class="control-btn">
<a href="#" class="panel-reload hidden"><i class="icon-reload"></i></a>
<a class="hidden" id="dropdownMenu1" data-toggle="dropdown">
<i class="icon-settings"></i>
</a>
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dropdownMenu1">
<li>
<a href="#">Action</a>
</li>
<li>
<a href="#">Another action</a>
</li>
<li>
<a href="#">Something else here</a>
</li>
</ul>
<a href="#" class="panel-popout hidden tt" title="Pop Out/In"><i class="icons-office-58"></i></a>
<a href="#" class="panel-maximize hidden"><i class="icon-size-fullscreen"></i></a>
<a href="#" class="panel-toggle"><i class="fa fa-angle-down"></i></a>
<a href="#" class="panel-close"><i class="icon-trash"></i></a>
</div>
</div>
<div class="panel-content">
<div class="row">
<div class="col-md-12">
<div class="font-animation">
<a href="#">
<i class="fa fa-wrench faa-wrench animated-hover"></i>
faa-wrench animated-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-bell faa-ring animated-hover"></i>
faa-ring animated-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-horizontal animated-hover"></i>
faa-horizontal animated-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-thumbs-o-up faa-vertical animated-hover"></i>
faa-vertical animated-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-warning faa-flash animated-hover"></i>
faa-flash animated-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-thumbs-o-up faa-bounce animated-hover"></i>
faa-bounce animation-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-spinner faa-spin animated-hover"></i>
faa-spin animation-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-plane faa-float animated-hover"></i>
faa-float animation-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-heart faa-pulse animated-hover"></i>
faa-pulse animation-hover
</a>
</div>
<div class="font-animation">
<a href="#">
<i class="fa fa-envelope faa-shake animated-hover"></i>
faa-shake animation-hover
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="copyright">
<p class="pull-left sm-pull-reset">
<span>Copyright <span class="copyright">©</span> 2015 </span>
<span>THEMES LAB</span>.
<span>All rights reserved. </span>
</p>
<p class="pull-right sm-pull-reset">
<span><a href="#" class="m-r-10">Support</a> | <a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span>
</p>
</div>
</div>
</div>