-
Notifications
You must be signed in to change notification settings - Fork 0
/
features-animate-on-scroll.html
executable file
·390 lines (364 loc) · 16.6 KB
/
features-animate-on-scroll.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
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
<!-- === BEGIN HEADER === -->
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Title -->
<title>Substance - Professional Bootstrap Template</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Favicon -->
<link href="favicon.html" rel="shortcut icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/nexus.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css" rel="stylesheet">
<!-- Google Fonts-->
<link href="http://fonts.googleapis.com/css?family=Lato:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300" rel="stylesheet" type="text/css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5F90YSV94B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5F90YSV94B');
</script>
<body>
<div id="pre_header" class="visible-lg"></div>
<div id="header" class="container">
<div class="row">
<!-- Logo -->
<div class="logo">
<a href="index.html" title="">
<img src="assets/img/logo.png" alt="Logo" />
</a>
</div>
<!-- End Logo -->
<!-- Top Menu -->
<div class="col-md-12 margin-top-30">
<div id="hornav" class="pull-right visible-lg">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><span>Features</span>
<ul>
<li class="parent"><span>Typography</span>
<ul>
<li><a href="features-typo-basic.html">Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html">Blockquotes</a></li>
</ul>
</li>
<li class="parent"><span>Components</span>
<ul>
<li><a href="features-labels.html">Labels</a></li>
<li><a href="features-progress-bars.html">Progress Bars</a></li>
<li><a href="features-panels.html">Panels</a></li>
<li><a href="features-pagination.html">Pagination</a></li>
</ul>
</li>
<li class="parent"><span>Icons</span>
<ul>
<li><a href="features-icons.html">Icons General</a></li>
<li><a href="features-icons-social.html">Social Icons</a></li>
<li><a href="features-icons-font-awesome.html">Font Awesome</a></li>
<li><a href="features-icons-glyphicons.html">Glyphicons</a></li>
</ul>
</li>
<li><a href="features-testimonials.html">Testimonials</a></li>
<li><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<li><a href="features-buttons.html">Buttons</a></li>
<li><a href="features-carousels.html">Carousels</a></li>
<li><a href="features-grid.html">Grid System</a></li>
<li><a href="features-animate-on-scroll.html">Animate On Scroll</a></li>
</ul>
</li>
<li><span>Pages</span>
<ul>
<li><a href="pages-about-us.html">About Us</a></li>
<li><a href="pages-services.html">Services</a></li>
<li><a href="pages-faq.html">F.A.Q.</a></li>
<li><a href="pages-about-me.html">About Me</a></li>
<li><a href="pages-full-width.html">Full Width</a></li>
<li><a href="pages-left-sidebar.html">Left Sidebar</a></li>
<li><a href="pages-right-sidebar.html">Right Sidebar</a></li>
<li><a href="pages-login.html">Login</a></li>
<li><a href="pages-sign-up.html">Sign-Up</a></li>
<li><a href="pages-404.html">404 Error Page</a></li>
</ul>
</li>
<li><span>Portfolio</span>
<ul>
<li><a href="portfolio-2-column.html">2 Column</a></li>
<li><a href="portfolio-3-column.html">3 Column</a></li>
<li><a href="portfolio-4-column.html">4 Column</a></li>
<li><a href="portfolio-6-column.html">6 Column</a></li>
</ul>
</li>
<li><span>Blog</span>
<ul>
<li><a href="blog-list.html">Blog</a></li>
<li><a href="blog-single.html">Blog Single Item</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul> </div>
</div>
<div class="clear"></div>
<!-- End Top Menu -->
</div>
</div>
<!-- === END HEADER === -->
<!-- === BEGIN CONTENT === -->
<div id="content" class="container">
<div class="row margin-vert-30">
<!-- Begin Sidebar Menu -->
<div class="col-md-3">
<ul class="list-group sidebar-nav" id="sidebar-nav">
<!-- Typography -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-typography">Typography</a>
<ul id="collapse-typography" class="collapse">
<li><a href="features-typo-basic.html"><i class="fa fa-sort-alpha-asc"></i>Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html"><i class="fa fa-magic"></i>Blockquotes</a></li>
</ul>
</li>
<!-- End Typography -->
<!-- Components -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-components" data-toggle="collapse">Components</a>
<ul id="collapse-components" class="collapse">
<li>
<span class="badge">New</span>
<a href="features-labels.html"><i class="fa fa-tags"></i> Labels</a>
</li>
<li>
<span class="badge">New</span>
<a href="features-progress-bars.html"><i class="fa fa-align-left"></i> Progress Bars</a>
</li>
<li><a href="features-panels.html"><i class="fa fa-columns"></i> Panels</a></li>
<li><a href="features-pagination.html"><i class="fa fa-arrows-h"></i> Pagination</a></li>
</ul>
</li>
<!-- End Components -->
<!-- Icons -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-icons">Icons</a>
<ul id="collapse-icons" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="features-icons.html"><i class="fa fa-chevron-circle-right"></i> Icon Styling</a>
</li>
<li><a href="features-icons-font-awesome.html"><i class="fa fa-chevron-circle-right"></i> Font Awesome Icons</a></li>
<li><a href="features-icons-social.html"><i class="fa fa-chevron-circle-right"></i> Social Icons</a></li>
<li><a href="features-icons-glyphicons.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons</a></li>
</ul>
</li>
<!-- End Icons -->
<!-- Testimonials -->
<li class="list-group-item"><a href="features-testimonials.html">Testimonials</a></li>
<!-- End Testimonials -->
<!-- Accordion and Tabs -->
<li class="list-group-item"><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<!-- End Accordion and Tabs -->
<!-- Buttons -->
<li class="list-group-item"><a href="features-buttons.html">Buttons</a></li>
<!-- End Buttons -->
<!-- Carousels -->
<li class="list-group-item"><a href="features-carousels.html">Carousels</a></li>
<!-- End Accordion and Tabs -->
<!-- Animate On Scroll -->
<li class="list-group-item"><a href="features-grid.html">Animate On Scroll</a></li>
<!-- End Animate On Scroll -->
<!-- Grid System -->
<li class="list-group-item">
<a href="features-grid.html">Grid System</a>
</li>
<!-- End Grid System -->
</ul>
</div>
<!-- End Sidebar Menu --> <div class="col-md-9">
<h2>Animate On Scroll</h2>
<p>We have included an option to easily add animations to almost any element of your site content. These animations are triggered once elements enter the viewport of your browser as you scroll down the page adding life and energy to your site content. Great for adding focus to particular elements of your content which you wish to bring to the attention of your visitors.</p>
<p>Doing so is as simple as adding 2 class names to the element you wish to animate!</p>
<pre><div class="animate fadeIn">
Animate this text!
</div></pre>
<!-- AnimateOnScroll Examples -->
<div class="animatebox animate fadeIn">animate fadeIn</div>
<div class="animatebox animate fadeInUp">animate fadeInUp</div>
<div class="animatebox animate fadeInUpBig">animate fadeInUpBig</div>
<div class="animatebox animate fadeInDown">animate fadeInDown</div>
<div class="animatebox animate fadeInDownBig">animate fadeInDownBig</div>
<div class="animatebox animate fadeInLeft">animate fadeInLeft</div>
<div class="animatebox animate fadeInLeftBig">animate fadeInLeftBig</div>
<div class="animatebox animate fadeInRight">animate fadeInRight</div>
<div class="animatebox animate fadeInRightBig">animate fadeInRightBig</div>
<div class="animatebox animate flip">animate flip</div>
<div class="animatebox animate flipInX">animate flipInX</div>
<div class="animatebox animate flipInY">animate flipInY</div>
<div class="animatebox animate lightSpeedIn">animate lightSpeedIn</div>
<div class="animatebox animate rotateIn">animate rotateIn</div>
<div class="animatebox animate rotateInDownLeft">animate rotateInDownLeft</div>
<div class="animatebox animate rotateInDownRight">animate rotateInDownRight</div>
<div class="animatebox animate rotateInUpLeft">animate rotateInUpLeft</div>
<div class="animatebox animate rotateInUpRight">animate rotateInUpRight</div>
<div class="animatebox animate slideInDown">animate slideInDown</div>
<div class="animatebox animate slideInRight">animate slideInRight</div>
<div class="animatebox animate slideInLeft">animate slideInLeft</div>
<div class="animatebox animate rollIn">animate rollIn</div>
<div class="animatebox animate bounce">animate bounce</div>
<div class="animatebox animate flash">animate flash</div>
<div class="animatebox animate shake">animate shake</div>
<div class="animatebox animate swing">animate swing</div>
<div class="animatebox animate wobble">animate wobble</div>
<!-- End AnimateOnScroll Examples -->
</div>
</div>
</div>
<!-- === END CONTENT === -->
<!-- === BEGIN FOOTER === -->
<div id="base">
<div class="container padding-vert-30">
<div class="row">
<!-- Thumbs Gallery -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Portfolio Highlights</h3>
<div class="thumbs-gallery">
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image1.jpg">
<img src="assets/img/thumbsgallery/thumbs/image1.jpg" alt="image1.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image2.jpg">
<img src="assets/img/thumbsgallery/thumbs/image2.jpg" alt="image2.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image3.jpg">
<img src="assets/img/thumbsgallery/thumbs/image3.jpg" alt="image3.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image4.jpg">
<img src="assets/img/thumbsgallery/thumbs/image4.jpg" alt="image4.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image6.jpg">
<img src="assets/img/thumbsgallery/thumbs/image6.jpg" alt="image6.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image7.jpg">
<img src="assets/img/thumbsgallery/thumbs/image7.jpg" alt="image7.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image8.jpg">
<img src="assets/img/thumbsgallery/thumbs/image8.jpg" alt="image8.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image9.jpg">
<img src="assets/img/thumbsgallery/thumbs/image9.jpg" alt="image9.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image92.jpg">
<img src="assets/img/thumbsgallery/thumbs/image92.jpg" alt="image92.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image94.jpg">
<img src="assets/img/thumbsgallery/thumbs/image94.jpg" alt="image94.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image95.jpg">
<img src="assets/img/thumbsgallery/thumbs/image95.jpg" alt="image95.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image96.jpg">
<img src="assets/img/thumbsgallery/thumbs/image96.jpg" alt="image96.jpg">
<i></i></a>
</div> <div class="clearfix"></div>
</div>
<!-- End Thumbs Gallery -->
<!-- Contact Details -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Contact Details</h3>
<p>Quay View,<br />
Mullaghmore,<br />
Co. Sligo,<br />
Ireland</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a><br />
Website: <a href="http://www.website.com/">www.website.com</a></p>
</div>
<!-- End Contact Details -->
<!-- Sample Menu -->
<div class="col-md-3 margin-bottom-20" >
<h3 class="margin-bottom-10">Sample Menu</h3>
<ul class="menu">
<li>
<a class="fa-tasks" href="#" >Placerat facer possim</a>
</li>
<li>
<a class="fa-users" href="#" >Quam nunc putamus</a>
</li>
<li>
<a class="fa-signal" href="#" >Velit esse molestie</a>
</li>
<li>
<a class="fa-coffee" href="#">Nam liber tempor</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<!-- End Sample Menu -->
<!-- Disclaimer -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Disclaimer</h3>
<p>All stock images on this template demo are for presentation purposes only, intended to represent a live site and are not included with this template. Links are provided if you wish to purchase them from their copyright owners.</p>
<div class="clearfix"></div>
</div>
<!-- End Disclaimer -->
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- Footer Menu -->
<div id="footer">
<div class="container">
<div class="row">
<div id="copyright" class="col-md-4">
<p>(c) 2014 Your Copyright Info</p>
</div>
<div id="footermenu" class="col-md-8">
<ul class="list-unstyled list-inline pull-right">
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Menu -->
</div>
</div>
<!-- JS -->
<script type="text/javascript" src="assets/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- Isotope - Portfolio Sorting -->
<script type="text/javascript" src="assets/js/jquery.isotope.js" type="text/javascript"></script>
<!-- Mobile Menu - Slicknav -->
<script type="text/javascript" src="assets/js/jquery.slicknav.js" type="text/javascript"></script>
<!-- Animate on Scroll-->
<script type="text/javascript" src="assets/js/jquery.visible.js" charset="utf-8"></script>
<!-- Slimbox2-->
<script type="text/javascript" src="assets/js/slimbox2.js" charset="utf-8"></script>
<!-- Modernizr -->
<script src="assets/js/modernizr.custom.js" type="text/javascript"></script>
<!-- End JS -->
</body>
</html>
<!-- === END FOOTER === -->