Version Description
Download this release
Release Info
Developer | eleopard |
Plugin | Animate It! |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.3.1
- assets/css/animate-animo.css +38 -33
- edsanimate.php +1 -1
- readme.txt +4 -1
assets/css/animate-animo.css
CHANGED
@@ -29,6 +29,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
29 |
-moz-animation-duration: 1s;
|
30 |
-ms-animation-duration: 1s;
|
31 |
-o-animation-duration: 1s;
|
|
|
32 |
}
|
33 |
|
34 |
/*Delay classes*/
|
@@ -37,6 +38,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
37 |
-moz-animation-delay: .5s;
|
38 |
-ms-animation-delay: .5s;
|
39 |
-o-animation-delay: .5s;
|
|
|
40 |
}
|
41 |
|
42 |
.delay2 {
|
@@ -44,6 +46,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
44 |
-moz-animation-delay: 1s;
|
45 |
-ms-animation-delay: 1s;
|
46 |
-o-animation-delay: 1s;
|
|
|
47 |
}
|
48 |
|
49 |
.delay3 {
|
@@ -51,6 +54,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
51 |
-moz-animation-delay: 1.5s;
|
52 |
-ms-animation-delay: 1.5s;
|
53 |
-o-animation-delay: 1.5s;
|
|
|
54 |
}
|
55 |
|
56 |
.delay4 {
|
@@ -58,6 +62,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
58 |
-moz-animation-delay: 2s;
|
59 |
-ms-animation-delay: 2s;
|
60 |
-o-animation-delay: 2s;
|
|
|
61 |
}
|
62 |
|
63 |
.delay5 {
|
@@ -65,6 +70,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
65 |
-moz-animation-delay: 2.5s;
|
66 |
-ms-animation-delay: 2.5s;
|
67 |
-o-animation-delay: 2.5s;
|
|
|
68 |
}
|
69 |
|
70 |
.delay6 {
|
@@ -72,6 +78,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
72 |
-moz-animation-delay: 3s;
|
73 |
-ms-animation-delay: 3s;
|
74 |
-o-animation-delay: 3s;
|
|
|
75 |
}
|
76 |
|
77 |
.delay7 {
|
@@ -79,6 +86,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
79 |
-moz-animation-delay: 3.5s;
|
80 |
-ms-animation-delay: 3.5s;
|
81 |
-o-animation-delay: 3.5s;
|
|
|
82 |
}
|
83 |
|
84 |
.delay8 {
|
@@ -86,6 +94,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
86 |
-moz-animation-delay: 4s;
|
87 |
-ms-animation-delay: 4s;
|
88 |
-o-animation-delay: 4s;
|
|
|
89 |
}
|
90 |
|
91 |
.delay9 {
|
@@ -93,6 +102,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
93 |
-moz-animation-delay: 4.5s;
|
94 |
-ms-animation-delay: 4.5s;
|
95 |
-o-animation-delay: 4.5s;
|
|
|
96 |
}
|
97 |
|
98 |
.delay10 {
|
@@ -100,6 +110,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
100 |
-moz-animation-delay: 5s;
|
101 |
-ms-animation-delay: 5s;
|
102 |
-o-animation-delay: 5s;
|
|
|
103 |
}
|
104 |
|
105 |
.delay11 {
|
@@ -107,6 +118,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
107 |
-moz-animation-delay: 5.5s;
|
108 |
-ms-animation-delay: 5.5s;
|
109 |
-o-animation-delay: 5.5s;
|
|
|
110 |
}
|
111 |
|
112 |
.delay12 {
|
@@ -114,6 +126,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
114 |
-moz-animation-delay: 6s;
|
115 |
-ms-animation-delay: 6s;
|
116 |
-o-animation-delay: 6s;
|
|
|
117 |
}
|
118 |
|
119 |
/*Duration Classes*/
|
@@ -122,6 +135,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
122 |
-moz-animation-duration: .5s !important;
|
123 |
-ms-animation-duration: .5s !important;
|
124 |
-o-animation-duration: .5s !important;
|
|
|
125 |
}
|
126 |
|
127 |
.duration2 {
|
@@ -129,6 +143,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
129 |
-moz-animation-duration: 1s !important;
|
130 |
-ms-animation-duration: 1s !important;
|
131 |
-o-animation-duration: 1s !important;
|
|
|
132 |
}
|
133 |
|
134 |
.duration3 {
|
@@ -136,6 +151,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
136 |
-moz-animation-duration: 1.5s !important;
|
137 |
-ms-animation-duration: 1.5s !important;
|
138 |
-o-animation-duration: 1.5s !important;
|
|
|
139 |
}
|
140 |
|
141 |
.duration4 {
|
@@ -143,6 +159,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
143 |
-moz-animation-duration: 2s !important;
|
144 |
-ms-animation-duration: 2s !important;
|
145 |
-o-animation-duration: 2s !important;
|
|
|
146 |
}
|
147 |
|
148 |
.duration5 {
|
@@ -150,6 +167,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
150 |
-moz-animation-duration: 2.5s !important;
|
151 |
-ms-animation-duration: 2.5s !important;
|
152 |
-o-animation-duration: 2.5s !important;
|
|
|
153 |
}
|
154 |
|
155 |
.duration6 {
|
@@ -157,6 +175,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
157 |
-moz-animation-duration: 3s !important;
|
158 |
-ms-animation-duration: 3s !important;
|
159 |
-o-animation-duration: 3s !important;
|
|
|
160 |
}
|
161 |
|
162 |
.duration7 {
|
@@ -164,6 +183,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
164 |
-moz-animation-duration: 3.5s !important;
|
165 |
-ms-animation-duration: 3.5s !important;
|
166 |
-o-animation-duration: 3.5s !important;
|
|
|
167 |
}
|
168 |
|
169 |
.duration8 {
|
@@ -171,6 +191,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
171 |
-moz-animation-duration: 4s !important;
|
172 |
-ms-animation-duration: 4s !important;
|
173 |
-o-animation-duration: 4s !important;
|
|
|
174 |
}
|
175 |
|
176 |
.duration9 {
|
@@ -178,6 +199,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
178 |
-moz-animation-duration: 4.5s !important;
|
179 |
-ms-animation-duration: 4.5s !important;
|
180 |
-o-animation-duration: 4.5s !important;
|
|
|
181 |
}
|
182 |
|
183 |
.duration10 {
|
@@ -185,6 +207,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
185 |
-moz-animation-duration: 5s !important;
|
186 |
-ms-animation-duration: 5s !important;
|
187 |
-o-animation-duration: 5s !important;
|
|
|
188 |
}
|
189 |
|
190 |
.duration11 {
|
@@ -192,6 +215,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
192 |
-moz-animation-duration: 5.5s !important;
|
193 |
-ms-animation-duration: 5.5s !important;
|
194 |
-o-animation-duration: 5.5s !important;
|
|
|
195 |
}
|
196 |
|
197 |
.duration12 {
|
@@ -199,6 +223,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
199 |
-moz-animation-duration: 6s !important;
|
200 |
-ms-animation-duration: 6s !important;
|
201 |
-o-animation-duration: 6s !important;
|
|
|
202 |
}
|
203 |
|
204 |
.duration13 {
|
@@ -206,6 +231,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
206 |
-moz-animation-duration: 6.5s !important;
|
207 |
-ms-animation-duration: 6.5s !important;
|
208 |
-o-animation-duration: 6.5s !important;
|
|
|
209 |
}
|
210 |
|
211 |
.duration14 {
|
@@ -213,6 +239,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
213 |
-moz-animation-duration: 7s !important;
|
214 |
-ms-animation-duration: 7s !important;
|
215 |
-o-animation-duration: 7s !important;
|
|
|
216 |
}
|
217 |
|
218 |
.duration15 {
|
@@ -220,6 +247,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
220 |
-moz-animation-duration: 7.5s !important;
|
221 |
-ms-animation-duration: 7.5s !important;
|
222 |
-o-animation-duration: 7.5s !important;
|
|
|
223 |
}
|
224 |
|
225 |
.duration16 {
|
@@ -227,6 +255,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
227 |
-moz-animation-duration: 8s !important;
|
228 |
-ms-animation-duration: 8s !important;
|
229 |
-o-animation-duration: 8s !important;
|
|
|
230 |
}
|
231 |
|
232 |
.duration17 {
|
@@ -234,6 +263,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
234 |
-moz-animation-duration: 8.5s !important;
|
235 |
-ms-animation-duration: 8.5s !important;
|
236 |
-o-animation-duration: 8.5s !important;
|
|
|
237 |
}
|
238 |
|
239 |
.duration18 {
|
@@ -241,6 +271,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
241 |
-moz-animation-duration: 9s !important;
|
242 |
-ms-animation-duration: 9s !important;
|
243 |
-o-animation-duration: 9s !important;
|
|
|
244 |
}
|
245 |
|
246 |
.duration19 {
|
@@ -248,6 +279,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
248 |
-moz-animation-duration: 9.5s !important;
|
249 |
-ms-animation-duration: 9.5s !important;
|
250 |
-o-animation-duration: 9.5s !important;
|
|
|
251 |
}
|
252 |
|
253 |
.duration20 {
|
@@ -255,6 +287,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
255 |
-moz-animation-duration: 10s !important;
|
256 |
-ms-animation-duration: 10s !important;
|
257 |
-o-animation-duration: 10s !important;
|
|
|
258 |
}
|
259 |
|
260 |
.animated {
|
@@ -278,8 +311,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
278 |
}
|
279 |
|
280 |
.animated.infinite {
|
281 |
-
|
282 |
-
|
|
|
|
|
|
|
283 |
}
|
284 |
|
285 |
@-webkit-keyframes flash {
|
@@ -4201,13 +4237,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
4201 |
animation-timing-function: ease-out;
|
4202 |
}
|
4203 |
|
4204 |
-
.animated.lightSpeedIn {
|
4205 |
-
-webkit-animation-duration: 0.5s;
|
4206 |
-
-moz-animation-duration: 0.5s;
|
4207 |
-
-o-animation-duration: 0.5s;
|
4208 |
-
animation-duration: 0.5s;
|
4209 |
-
}
|
4210 |
-
|
4211 |
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
|
4212 |
|
4213 |
@-webkit-keyframes lightSpeedOut {
|
@@ -4242,13 +4271,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
4242 |
animation-timing-function: ease-in;
|
4243 |
}
|
4244 |
|
4245 |
-
.animated.lightSpeedOut {
|
4246 |
-
-webkit-animation-duration: 0.25s;
|
4247 |
-
-moz-animation-duration: 0.25s;
|
4248 |
-
-o-animation-duration: 0.25s;
|
4249 |
-
animation-duration: 0.25s;
|
4250 |
-
}
|
4251 |
-
|
4252 |
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
|
4253 |
|
4254 |
@-webkit-keyframes wiggle {
|
@@ -4319,13 +4341,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
4319 |
animation-timing-function: ease-in;
|
4320 |
}
|
4321 |
|
4322 |
-
.animated.wiggle {
|
4323 |
-
-webkit-animation-duration: 0.75s;
|
4324 |
-
-moz-animation-duration: 0.75s;
|
4325 |
-
-o-animation-duration: 0.75s;
|
4326 |
-
animation-duration: 0.75s;
|
4327 |
-
}
|
4328 |
-
|
4329 |
|
4330 |
|
4331 |
/*
|
@@ -4544,10 +4559,6 @@ Daniel Raftery <@ThirvingKings>
|
|
4544 |
}
|
4545 |
|
4546 |
.animated.pulseGrow {
|
4547 |
-
-webkit-animation-iteration-count: infinite;
|
4548 |
-
-moz-animation-iteration-count: infinite;
|
4549 |
-
-o-animation-iteration-count: infinite;
|
4550 |
-
animation-iteration-count: infinite;
|
4551 |
-webkit-animation-direction: alternate;
|
4552 |
-moz-animation-direction: alternate;
|
4553 |
-o-animation-direction: alternate;
|
@@ -4576,10 +4587,6 @@ Daniel Raftery <@ThirvingKings>
|
|
4576 |
}
|
4577 |
|
4578 |
.animated.pulseShrink {
|
4579 |
-
-webkit-animation-iteration-count: infinite;
|
4580 |
-
-moz-animation-iteration-count: infinite;
|
4581 |
-
-o-animation-iteration-count: infinite;
|
4582 |
-
animation-iteration-count: infinite;
|
4583 |
-webkit-animation-direction: alternate;
|
4584 |
-moz-animation-direction: alternate;
|
4585 |
-o-animation-direction: alternate;
|
@@ -5160,8 +5167,6 @@ Daniel Raftery <@ThirvingKings>
|
|
5160 |
-moz-animation-name: buzz;
|
5161 |
-o-animation-name: buzz;
|
5162 |
animation-name: buzz;
|
5163 |
-
-webkit-animation-iteration-count: infinite;
|
5164 |
-
animation-iteration-count: infinite;
|
5165 |
}
|
5166 |
|
5167 |
/* Buzz Out */
|
29 |
-moz-animation-duration: 1s;
|
30 |
-ms-animation-duration: 1s;
|
31 |
-o-animation-duration: 1s;
|
32 |
+
animation-duration: 1s;
|
33 |
}
|
34 |
|
35 |
/*Delay classes*/
|
38 |
-moz-animation-delay: .5s;
|
39 |
-ms-animation-delay: .5s;
|
40 |
-o-animation-delay: .5s;
|
41 |
+
animation-delay: .5s;
|
42 |
}
|
43 |
|
44 |
.delay2 {
|
46 |
-moz-animation-delay: 1s;
|
47 |
-ms-animation-delay: 1s;
|
48 |
-o-animation-delay: 1s;
|
49 |
+
animation-delay: 1s;
|
50 |
}
|
51 |
|
52 |
.delay3 {
|
54 |
-moz-animation-delay: 1.5s;
|
55 |
-ms-animation-delay: 1.5s;
|
56 |
-o-animation-delay: 1.5s;
|
57 |
+
animation-delay: 1.5s;
|
58 |
}
|
59 |
|
60 |
.delay4 {
|
62 |
-moz-animation-delay: 2s;
|
63 |
-ms-animation-delay: 2s;
|
64 |
-o-animation-delay: 2s;
|
65 |
+
animation-delay: 2s;
|
66 |
}
|
67 |
|
68 |
.delay5 {
|
70 |
-moz-animation-delay: 2.5s;
|
71 |
-ms-animation-delay: 2.5s;
|
72 |
-o-animation-delay: 2.5s;
|
73 |
+
animation-delay: 2.5s;
|
74 |
}
|
75 |
|
76 |
.delay6 {
|
78 |
-moz-animation-delay: 3s;
|
79 |
-ms-animation-delay: 3s;
|
80 |
-o-animation-delay: 3s;
|
81 |
+
animation-delay: 3s;
|
82 |
}
|
83 |
|
84 |
.delay7 {
|
86 |
-moz-animation-delay: 3.5s;
|
87 |
-ms-animation-delay: 3.5s;
|
88 |
-o-animation-delay: 3.5s;
|
89 |
+
animation-delay: 3.5s;
|
90 |
}
|
91 |
|
92 |
.delay8 {
|
94 |
-moz-animation-delay: 4s;
|
95 |
-ms-animation-delay: 4s;
|
96 |
-o-animation-delay: 4s;
|
97 |
+
animation-delay: 4s;
|
98 |
}
|
99 |
|
100 |
.delay9 {
|
102 |
-moz-animation-delay: 4.5s;
|
103 |
-ms-animation-delay: 4.5s;
|
104 |
-o-animation-delay: 4.5s;
|
105 |
+
animation-delay: 4.5s;
|
106 |
}
|
107 |
|
108 |
.delay10 {
|
110 |
-moz-animation-delay: 5s;
|
111 |
-ms-animation-delay: 5s;
|
112 |
-o-animation-delay: 5s;
|
113 |
+
animation-delay: 5s;
|
114 |
}
|
115 |
|
116 |
.delay11 {
|
118 |
-moz-animation-delay: 5.5s;
|
119 |
-ms-animation-delay: 5.5s;
|
120 |
-o-animation-delay: 5.5s;
|
121 |
+
animation-delay: 5.5s;
|
122 |
}
|
123 |
|
124 |
.delay12 {
|
126 |
-moz-animation-delay: 6s;
|
127 |
-ms-animation-delay: 6s;
|
128 |
-o-animation-delay: 6s;
|
129 |
+
animation-delay: 6s;
|
130 |
}
|
131 |
|
132 |
/*Duration Classes*/
|
135 |
-moz-animation-duration: .5s !important;
|
136 |
-ms-animation-duration: .5s !important;
|
137 |
-o-animation-duration: .5s !important;
|
138 |
+
animation-duration: .5s !important;
|
139 |
}
|
140 |
|
141 |
.duration2 {
|
143 |
-moz-animation-duration: 1s !important;
|
144 |
-ms-animation-duration: 1s !important;
|
145 |
-o-animation-duration: 1s !important;
|
146 |
+
animation-duration: 1s !important;
|
147 |
}
|
148 |
|
149 |
.duration3 {
|
151 |
-moz-animation-duration: 1.5s !important;
|
152 |
-ms-animation-duration: 1.5s !important;
|
153 |
-o-animation-duration: 1.5s !important;
|
154 |
+
animation-duration: 1.5s !important;
|
155 |
}
|
156 |
|
157 |
.duration4 {
|
159 |
-moz-animation-duration: 2s !important;
|
160 |
-ms-animation-duration: 2s !important;
|
161 |
-o-animation-duration: 2s !important;
|
162 |
+
animation-duration: 2s !important;
|
163 |
}
|
164 |
|
165 |
.duration5 {
|
167 |
-moz-animation-duration: 2.5s !important;
|
168 |
-ms-animation-duration: 2.5s !important;
|
169 |
-o-animation-duration: 2.5s !important;
|
170 |
+
animation-duration: 2.5s !important;
|
171 |
}
|
172 |
|
173 |
.duration6 {
|
175 |
-moz-animation-duration: 3s !important;
|
176 |
-ms-animation-duration: 3s !important;
|
177 |
-o-animation-duration: 3s !important;
|
178 |
+
animation-duration: 3s !important;
|
179 |
}
|
180 |
|
181 |
.duration7 {
|
183 |
-moz-animation-duration: 3.5s !important;
|
184 |
-ms-animation-duration: 3.5s !important;
|
185 |
-o-animation-duration: 3.5s !important;
|
186 |
+
animation-duration: 3.5s !important;
|
187 |
}
|
188 |
|
189 |
.duration8 {
|
191 |
-moz-animation-duration: 4s !important;
|
192 |
-ms-animation-duration: 4s !important;
|
193 |
-o-animation-duration: 4s !important;
|
194 |
+
animation-duration: 4s !important;
|
195 |
}
|
196 |
|
197 |
.duration9 {
|
199 |
-moz-animation-duration: 4.5s !important;
|
200 |
-ms-animation-duration: 4.5s !important;
|
201 |
-o-animation-duration: 4.5s !important;
|
202 |
+
animation-duration: 4.5s !important;
|
203 |
}
|
204 |
|
205 |
.duration10 {
|
207 |
-moz-animation-duration: 5s !important;
|
208 |
-ms-animation-duration: 5s !important;
|
209 |
-o-animation-duration: 5s !important;
|
210 |
+
animation-duration: 5s !important;
|
211 |
}
|
212 |
|
213 |
.duration11 {
|
215 |
-moz-animation-duration: 5.5s !important;
|
216 |
-ms-animation-duration: 5.5s !important;
|
217 |
-o-animation-duration: 5.5s !important;
|
218 |
+
animation-duration: 5.5s !important;
|
219 |
}
|
220 |
|
221 |
.duration12 {
|
223 |
-moz-animation-duration: 6s !important;
|
224 |
-ms-animation-duration: 6s !important;
|
225 |
-o-animation-duration: 6s !important;
|
226 |
+
animation-duration: 6s !important;
|
227 |
}
|
228 |
|
229 |
.duration13 {
|
231 |
-moz-animation-duration: 6.5s !important;
|
232 |
-ms-animation-duration: 6.5s !important;
|
233 |
-o-animation-duration: 6.5s !important;
|
234 |
+
animation-duration: 6.5s !important;
|
235 |
}
|
236 |
|
237 |
.duration14 {
|
239 |
-moz-animation-duration: 7s !important;
|
240 |
-ms-animation-duration: 7s !important;
|
241 |
-o-animation-duration: 7s !important;
|
242 |
+
animation-duration: 7s !important;
|
243 |
}
|
244 |
|
245 |
.duration15 {
|
247 |
-moz-animation-duration: 7.5s !important;
|
248 |
-ms-animation-duration: 7.5s !important;
|
249 |
-o-animation-duration: 7.5s !important;
|
250 |
+
animation-duration: 7.5s !important;
|
251 |
}
|
252 |
|
253 |
.duration16 {
|
255 |
-moz-animation-duration: 8s !important;
|
256 |
-ms-animation-duration: 8s !important;
|
257 |
-o-animation-duration: 8s !important;
|
258 |
+
animation-duration: 8s !important;
|
259 |
}
|
260 |
|
261 |
.duration17 {
|
263 |
-moz-animation-duration: 8.5s !important;
|
264 |
-ms-animation-duration: 8.5s !important;
|
265 |
-o-animation-duration: 8.5s !important;
|
266 |
+
animation-duration: 8.5s !important;
|
267 |
}
|
268 |
|
269 |
.duration18 {
|
271 |
-moz-animation-duration: 9s !important;
|
272 |
-ms-animation-duration: 9s !important;
|
273 |
-o-animation-duration: 9s !important;
|
274 |
+
animation-duration: 9s !important;
|
275 |
}
|
276 |
|
277 |
.duration19 {
|
279 |
-moz-animation-duration: 9.5s !important;
|
280 |
-ms-animation-duration: 9.5s !important;
|
281 |
-o-animation-duration: 9.5s !important;
|
282 |
+
animation-duration: 9.5s !important;
|
283 |
}
|
284 |
|
285 |
.duration20 {
|
287 |
-moz-animation-duration: 10s !important;
|
288 |
-ms-animation-duration: 10s !important;
|
289 |
-o-animation-duration: 10s !important;
|
290 |
+
animation-duration: 10s !important;
|
291 |
}
|
292 |
|
293 |
.animated {
|
311 |
}
|
312 |
|
313 |
.animated.infinite {
|
314 |
+
-webkit-animation-iteration-count: infinite;
|
315 |
+
-moz-animation-iteration-count: infinite;
|
316 |
+
-ms-animation-iteration-count: infinite;
|
317 |
+
-o-animation-iteration-count: infinite;
|
318 |
+
animation-iteration-count: infinite;
|
319 |
}
|
320 |
|
321 |
@-webkit-keyframes flash {
|
4237 |
animation-timing-function: ease-out;
|
4238 |
}
|
4239 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4240 |
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
|
4241 |
|
4242 |
@-webkit-keyframes lightSpeedOut {
|
4271 |
animation-timing-function: ease-in;
|
4272 |
}
|
4273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4274 |
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
|
4275 |
|
4276 |
@-webkit-keyframes wiggle {
|
4341 |
animation-timing-function: ease-in;
|
4342 |
}
|
4343 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4344 |
|
4345 |
|
4346 |
/*
|
4559 |
}
|
4560 |
|
4561 |
.animated.pulseGrow {
|
|
|
|
|
|
|
|
|
4562 |
-webkit-animation-direction: alternate;
|
4563 |
-moz-animation-direction: alternate;
|
4564 |
-o-animation-direction: alternate;
|
4587 |
}
|
4588 |
|
4589 |
.animated.pulseShrink {
|
|
|
|
|
|
|
|
|
4590 |
-webkit-animation-direction: alternate;
|
4591 |
-moz-animation-direction: alternate;
|
4592 |
-o-animation-direction: alternate;
|
5167 |
-moz-animation-name: buzz;
|
5168 |
-o-animation-name: buzz;
|
5169 |
animation-name: buzz;
|
|
|
|
|
5170 |
}
|
5171 |
|
5172 |
/* Buzz Out */
|
edsanimate.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Domain Path: /lang
|
6 |
* Plugin URI: http://www.eleopard.in
|
7 |
* Description: Add cool CSS3 animations to your content.
|
8 |
-
* Version: 2.3.
|
9 |
* Author: eLEOPARD Design Studios
|
10 |
* Author URI: http://www.eleopard.in
|
11 |
* License: GNU General Public License version 2 or later; see LICENSE.txt
|
5 |
* Domain Path: /lang
|
6 |
* Plugin URI: http://www.eleopard.in
|
7 |
* Description: Add cool CSS3 animations to your content.
|
8 |
+
* Version: 2.3.1
|
9 |
* Author: eLEOPARD Design Studios
|
10 |
* Author URI: http://www.eleopard.in
|
11 |
* License: GNU General Public License version 2 or later; see LICENSE.txt
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: eleopard
|
|
3 |
Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.9.2
|
6 |
-
Stable tag: 2.3.
|
7 |
License: GNU General Public License version 2 or later
|
8 |
License URI: http://www.gnu.org/copyleft/gpl.html
|
9 |
|
@@ -82,6 +82,9 @@ Add duration class ( duration1 to duration20 ) along with the other classes. or
|
|
82 |
|
83 |
== Changelog ==
|
84 |
|
|
|
|
|
|
|
85 |
= Version 2.3.0 =
|
86 |
* Added new CSS Animations. Thanks to http://ianlunn.github.io/Hover/
|
87 |
* Added support for loading custom CSS even if the animations are disabled on tablet or mobile devices.
|
3 |
Tags: css3 animation, animate.css, jquery, on scroll animation, delay, infinite, entry exit, iteration
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.9.2
|
6 |
+
Stable tag: 2.3.1
|
7 |
License: GNU General Public License version 2 or later
|
8 |
License URI: http://www.gnu.org/copyleft/gpl.html
|
9 |
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
+
= Version 2.3.1 =
|
86 |
+
* Minor Bug Fixes related to CSS
|
87 |
+
|
88 |
= Version 2.3.0 =
|
89 |
* Added new CSS Animations. Thanks to http://ianlunn.github.io/Hover/
|
90 |
* Added support for loading custom CSS even if the animations are disabled on tablet or mobile devices.
|