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