-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
144 lines (128 loc) · 5.39 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Effect with JS</title>
<link rel="stylesheet" href="src/style.css">
<link rel="stylesheet" href="dist/effect-js.min.css">
</head>
<body>
<nav class="nav">
<div class="navContain">
<div class="navLogo"><img src="images/stackLogo.png" alt=""></div>
<div class="navItem">
<a href="#getStarted">Get Started <i class="fas fa-arrow-down"></i></a>
<a href="#how-to-use"> How to use <i class="fas fa-question"></i></a>
</div>
<div class="view">
<a href="https//github.com/stacksagar"><i class="fab fa-github"></i> View Github</a>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Home -->
<section class="home">
<div class="homeContain">
<a class="3000 go" data-effectJs="fade-in" href="#getStarted"><i class="fas fa-angle-down"></i></a>
</div>
</section>
<div class="homeBottom">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#083c74" fill-opacity="1"
d="M0,128L30,154.7C60,181,120,235,180,229.3C240,224,300,160,360,144C420,128,480,160,540,186.7C600,213,660,235,720,218.7C780,203,840,149,900,144C960,139,1020,181,1080,176C1140,171,1200,117,1260,112C1320,107,1380,149,1410,170.7L1440,192L1440,0L1410,0C1380,0,1320,0,1260,0C1200,0,1140,0,1080,0C1020,0,960,0,900,0C840,0,780,0,720,0C660,0,600,0,540,0C480,0,420,0,360,0C300,0,240,0,180,0C120,0,60,0,30,0L0,0Z">
</path>
</svg>
</div>
<!-- End Home -->
<!-- Get Started -->
<section id="getStarted">
<div id="allEffect"></div>
<div id="how-to-use">
<h5 class="linkTitle">Get Files</h5>
<div class="download">
<a href="dist.zip">Download <i class="fas fa-download"></i></a>
<a href="https://github.com/stacksagar/effectJs">Github <i class="fab fa-github"></i></a>
</div>
<h3 class="linkTitle">CSS File</h3>
<p class="linkFile">
<b><i>Required!</i></b>
<span class="cssSelect"><link rel="stylesheet" href="css/effect-js.min.css"></span>
<i id="cssCopy" onclick="cssCopy()" class="fas fa-copy"></i>
</p>
<h3 class="linkTitle">JS File</h3>
<p class="linkFile">
<b><i>Required!</i></b>
<span class="jsSelect"><script src="js/effect-js.min.js"></script></span>
<i id="jsCopy" onclick="jsCopy()" class="fas fa-copy"></i>
</p>
<h3 class="linkTitle">Guide</h3>
<ul class="notice">
<h4>two way you can use animation duration </h4>
<li>Must you have to writte duration number class in first position example:<b> class"1000 anotherClass"<i
class="fas fa-check-circle"></i> class"anotherClass 1000"<i class="fas fa-times-circle"></i> </b> (
minimum"1"
& maximum"3000" ) </li>
<li><div <b>data-effectJs-duration="1000"</b> ></div></li>
<br><br>
<h4>All Attribute</h4>
<li>
<div <br>
data-aos="fade-up" <br>
data-aos-offset="200" <br>
data-aos-delay="50" <br>
data-aos-duration="1000" or class="1000 anotherClass" <br>
data-aos-easing="ease" > <br>
</div>
</li>
</ul>
<p class="linkTitle">Example</p>
<p class="effectExample">
<span><div data-effectJs-duration="1500" data-effectJs="fade-in"></div></span>
<span><div class="1500 anotherClass" data-effectJs="fade-in"></div></span>
</p>
<h3 class="linkTitle">All Animation Name</h3>
<div class="allAnimationName">
<span class="aName"> fade </span>
<span class="aName"> fade-up </span>
<span class="aName"> fade-down </span>
<span class="aName"> fade-left </span>
<span class="aName"> fade-right </span>
<span class="aName"> fade-up-right </span>
<span class="aName"> fade-up-left </span>
<span class="aName"> fade-down-right </span>
<span class="aName"> fade-down-left </span>
<span class="aName"> flip-up </span>
<span class="aName"> flip-down </span>
<span class="aName"> flip-left </span>
<span class="aName"> flip-right </span>
<span class="aName"> slide-up </span>
<span class="aName"> slide-down </span>
<span class="aName"> slide-left </span>
<span class="aName"> slide-right </span>
<span class="aName"> zoom-in </span>
<span class="aName"> zoom-in-up </span>
<span class="aName"> zoom-in-down </span>
<span class="aName"> zoom-in-left </span>
<span class="aName"> zoom-in-right </span>
<span class="aName"> zoom-out </span>
<span class="aName"> zoom-out-up </span>
<span class="aName"> zoom-out-down </span>
<span class="aName"> zoom-out-left </span>
<span class="aName"> zoom-out-right </span>
</div>
</div>
<div class="hidden">
<textarea class="jsLink"><script src="js/effect-js.min.js"></script></textarea>
<textarea class="cssLink">
<link rel="stylesheet" href="css/effect-js.min.css">
</textarea>
</div>
</section>
<!-- End Get Started -->
<div class="fixedName effect-js"></div>
<script src="src/all.min.js"></script>
<script src="src/custom.js"></script>
<script src="dist/effect-js.min.js"></script>
</body>
</html>