Subversion Repositories LCARS

Rev

Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 136 Rev 175
Line 81... Line 81...
81
/* 0.0 to 0.5 s */
81
/* 0.0 to 0.5 s */
82
<?php
82
<?php
83
  Mixins::keyframes('bow-top',
83
  Mixins::keyframes('bow-top',
84
    'from {
84
    'from {
85
       left: 90%;
85
       left: 90%;
-
 
86
       min-width: auto;
86
       border-top-left-radius: 0;    
87
       border-top-left-radius: 0;    
87
       border-bottom-left-radius: 0;    
88
       border-bottom-left-radius: 0;    
88
       border-top-right-radius: 1.2em;
89
       border-top-right-radius: 1.2em;
89
       border-bottom-right-radius: 1.2em;
90
       border-bottom-right-radius: 1.2em;
90
     }');
91
     }');
91
?>
92
?>
92
       
93
93
.fade-in #bow-top {
94
.fade-in #bow-top {
94
  <?php
95
  <?php
95
    Mixins::animation('-name', 'bow-top');
96
    Mixins::animation('-name', 'bow-top');
96
    Mixins::animation('-duration', '0.5s');
97
    Mixins::animation('-duration', '0.5s');
97
    Mixins::animation('-timing-function', 'linear');
98
    Mixins::animation('-timing-function', 'linear');
Line 255... Line 256...
255
}
256
}
256
257
257
/* 0.0 to 0.875s */
258
/* 0.0 to 0.875s */
258
<?php
259
<?php
259
  Mixins::keyframes('elbo-bg', <<<CSS
260
  Mixins::keyframes('elbo-bg', <<<CSS
260
    from {
261
    from, 99% {
261
      opacity: 0;
-
 
262
    }
-
 
263
-
 
264
    99% {
-
 
265
      opacity: 0;
262
      opacity: 0;
266
    }
263
    }
267
CSS
264
CSS
268
   );
265
   );
269
?>
266
?>