reduced animation effects

pull/40/head
Robin Buse 2011-07-26 16:36:12 +03:00
parent a6dcc073b0
commit 705e83c410
1 changed files with 3 additions and 3 deletions

View File

@ -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 {