Rev 118 | Rev 122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 118 | Rev 119 | ||
---|---|---|---|
Line 230... | Line 230... | ||
230 | /* 0.0 to 0.75s */
|
230 | /* 0.0 to 0.75s */
|
231 | <?php |
231 | <?php |
232 | Mixins::keyframes('bow-bottom', <<<CSS |
232 | Mixins::keyframes('bow-bottom', <<<CSS |
233 | from {
|
233 | from {
|
234 | bottom: 2.6em; |
234 | bottom: 2.6em; |
235 | width: 20.6em; |
- | |
236 | height: 0em; |
235 | height: 0em; |
237 | border-bottom-right-radius: 0em; |
- | |
238 | opacity: 0; |
236 | opacity: 0; |
239 | }
|
237 | }
|
240 | 238 | ||
241 | /* 0.64125 s */
|
239 | /* 0.64125 s */
|
242 | 83% { |
240 | 83%, 97% { |
243 | bottom: 2.6em; |
241 | bottom: 2.6em; |
244 | width: 0em; |
242 | width: 0em; |
245 | height: 0em; |
243 | height: 0em; |
246 | border-bottom-right-radius: 0em; |
- | |
247 | opacity: 1; |
244 | opacity: 1; |
248 | }
|
245 | }
|
249 | - | ||
250 | 98% { |
- | |
251 | bottom: 0.2em; |
- | |
252 | width: 20.6em; |
- | |
253 | height: 2.4em; |
- | |
254 | border-bottom-right-radius: 2em; |
- | |
255 | }
|
- | |
256 | CSS |
246 | CSS |
257 | ); |
247 | ); |
258 | ?>
|
248 | ?>
|
259 | 249 | ||
260 | .fade-in #bow-bottom { |
250 | .fade-in #bow-bottom { |