This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrlsmooth.html
43 lines (34 loc) · 1.51 KB
/
rlsmooth.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RLSmooth Plugin</title>
<meta name="author" content="Rodrigo Ludgero" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- inform the browser to set the window width to the device’s width -->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/html5shiv.js"></script>
<script type="text/javascript" src="js/rlsmooth.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</head>
<body>
<div class="smooth-style slide-option">Hello! I'm a slide option.</div>
<div class="smooth-style slideOut-option">I'm a slideOut option.</div>
<div class="smooth-style slideHide-option">I'm a slideHide option.</div>
<div class="smooth-style fade-option">I'm a fade option.</div>
<div class="smooth-style fadeUp-option">I'm a fadeUp option.</div>
<div class="smooth-style fadeHide-option">I'm a fadeHide option.</div>
<div class="smooth-style showHide-option">I'm a showHide option.</div>
<div class="smooth-style showUp-option">I'm a showUp option.</div>
<div class="smooth-style showOut-option">I'm a showOut option.</div>
<div class="height">
<p>scroll down</p>
<p>keep scrolling down</p>
<p>keep scrolling down</p>
<p>keep scrolling down</p>
<p>keep scrolling down</p>
<p>scroll up</p>
</div>
</body>
</html>