-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures-animate-on-scroll.html
474 lines (474 loc) · 28.4 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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!-- === 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>Samuel Betio</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Website Bloger" content="assets/img/logo.png">
<meta name="Samuel Rapana Betio" content="assets/img/background.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Favicon -->
<link href="favicon.ico" 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=Roboto+Condensed:400,300" rel="stylesheet" type="text/css">
</head>
<body>
<div id="body-bg">
<!-- Phone/Email -->
<div id="pre-header" class="background-gray-lighter">
<div class="container no-padding">
<div class="row hidden-xs">
<div class="col-sm-6 padding-vert-5">
<strong>Phone:</strong> +63-997-114-2894
</div>
<div class="col-sm-6 text-right padding-vert-5">
<strong>Email:</strong> samuelbetio@gmail.com
</div>
</div>
</div>
</div>
<!-- End Phone/Email -->
<!-- Header -->
<div id="header">
<div 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 -->
</div>
</div>
</div>
<!-- End Header -->
<!-- Top Menu -->
<div id="hornav" class="bottom-border-shadow">
<div class="container no-padding border-bottom">
<div class="row">
<div class="col-md-8 no-padding">
<div class="visible-lg">
<ul id="hornavmenu" class="nav navbar-nav">
<li>
<a href="index.html" class="fa-home ">Home</a>
</li>
<li>
<span class="fa-gears active">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 class="fa-copy ">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 class="fa-th ">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 class="fa-font ">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" class="fa-comment ">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 no-padding">
<ul class="social-icons pull-right">
<li class="social-rss">
<a href="#" target="_blank" title="RSS"></a>
</li>
<li class="social-twitter">
<a href="#" target="_blank" title="Twitter"></a>
</li>
<li class="social-facebook">
<a href="#" target="_blank" title="Facebook"></a>
</li>
<li class="social-googleplus">
<a href="#" target="_blank" title="Google+"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Top Menu -->
<!-- === END HEADER === -->
<!-- === BEGIN CONTENT === -->
<div id="content">
<div class="container background-white">
<div class="row margin-vert-40">
<!-- 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-animate-on-scroll.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>
</div>
<!-- === END CONTENT === -->
<!-- === BEGIN FOOTER === -->
<div id="base">
<div class="container bottom-border padding-vert-30">
<div class="row">
<!-- Disclaimer -->
<div class="col-md-4">
<h3 class="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 the template or in any of the Joomla51 club membership plans.</p>
<p>Most of the images used here are available from
<a href="https://github.com/websitebloger/samuelbetio/edit/master/README.md" target="_blank">https://github.com/websitebloger/samuelbetio</a>. Links are provided if you wish to purchase them from their copyright owners.</p>
</div>
<!-- End Disclaimer -->
<!-- Contact Details -->
<div class="col-md-4 margin-bottom-20">
<h3 class="margin-bottom-10">Contact Details</h3>
<p>
<span class="fa-phone">Telephone:</span>+63-997-114-2894
<br>
<span class="fa-envelope">Email:</span>
<a href="mailto:samuelbetio@gmail.com">samuelbetio@gmail.com</a>
<br>
<span class="fa-link">Website:</span>
<a href="https://websitebloger.github.io/samuelbetio/">https://goo.gl/rVkEHW</a>
<p>Samuel Betio,
<br>Pasil, Brgy. Malabugas, Bayawan City 6221
<br>Negros Oriental,
<br>Philippines</p>
</div>
<!-- End Contact Details -->
<!-- Sample Menu -->
<div class="col-md-4 margin-bottom-20">
<h3 class="margin-bottom-10">Sample Menu</h3>
<ul class="menu">
<li> <a class="fa fa-book fa-fw" href="#">ONLINE LIBRARY</a>
</li>
<li>
<a class="fa-users" href="#">Groups</a>
</li>
<li>
<a class="fa-coffee" href="#">Betio's Home Shop</a>
</li>
<li>
<a class="fa-youtube-play" href="#">Video</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<!-- End Sample Menu -->
</div>
</div>
</div>
<!-- Footer -->
<div id="footer" class="background-grey">
<div class="container">
<div class="row">
<!-- Footer Menu --> <div id="footermenu" class="col-md-8">
<ul class="list-unstyled list-inline">
<li>
<a href="https://goo.gl/cAyBy5" target="_blank">YouTube</a>
</li>
<li>
<a href="https://goo.gl/RTa9N3" target="_blank">Facebook</a>
</li>
<li>
<a href="https://goo.gl/3kspzx" target="_blank">JW Broadcasting</a>
</li>
<li>
<a href="https://goo.gl/" target="_blank">Simplify your links</a>
</li>
</ul>
</div>
<!-- End Footer Menu -->
<!-- Copyright -->
<div id="copyright" class="col-md-4">
<p class="pull-right"><a href="https://goo.gl/rVkEHW">Copyright</a> © 2018 Samuel Rapana Betio.
</div>
<!-- End Copyright -->
</div>
</div>
</div>
<!-- End Footer -->
<!-- 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>
<!-- Sticky Div -->
<script type="text/javascript" src="assets/js/jquery.sticky.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 === -->