File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 146
146
}
147
147
}
148
148
149
+ @-moz-keyframes anim {
150
+ 0% {
151
+ padding : 50px ;
152
+ width : 50% ;
153
+ background-color : gray;
154
+ }
155
+
156
+ 50% {
157
+ padding : 10px ;
158
+ width : 40% ;
159
+ background-color : # 806522 ;
160
+ }
161
+
162
+ 100% {
163
+ padding : 50px ;
164
+ width : 50% ;
165
+ background-color : gray;
166
+ }
167
+ }
168
+
149
169
</ style >
150
170
</ head >
151
171
< body >
@@ -266,9 +286,11 @@ <h3>Example CSS</h3>
266
286
< span class ="p "> }</ span >
267
287
</ pre > </ div >
268
288
269
- < p > Include then the javascript file at the bottom and you're good to go. No custom javascript calls needed.</ p >
289
+ < p > Include then these javascript files at the bottom and you're good to go. No custom javascript calls needed.</ p >
270
290
271
- < div class ="highlight highlight-html "> < pre > < span class ="nt "> <script </ span > < span class ="na "> src=</ span > < span class ="s "> "src/ElementQueries.js"</ span > < span class ="nt "> ></script></ span >
291
+ < div class ="highlight highlight-html ">
292
+ < pre > < span class ="nt "> <script </ span > < span class ="na "> src=</ span > < span class ="s "> "src/ResizeSensor.js"</ span > < span class ="nt "> ></script></ span >
293
+ < span class ="nt "> <script </ span > < span class ="na "> src=</ span > < span class ="s "> "src/ElementQueries.js"</ span > < span class ="nt "> ></script></ span >
272
294
</ pre > </ div >
273
295
274
296
< h2 >
You can’t perform that action at this time.
0 commit comments