reduced animation effects
parent
a6dcc073b0
commit
705e83c410
|
@ -4,15 +4,15 @@
|
|||
<style>
|
||||
* { margin: 0; padding: 0; }
|
||||
@-webkit-keyframes inception {
|
||||
0% { opacity:0; -webkit-transform:scale(3); }
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
@-moz-keyframes inception {
|
||||
0% { opacity:0; -moz-transform:scale(3); }
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
@-o-keyframes inception {
|
||||
0% { opacity:0; -o-transform:scale(3); }
|
||||
0% { opacity:0; }
|
||||
100% {}
|
||||
}
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue