removed animation

pull/40/head
Robin Buse 2011-07-26 16:40:59 +03:00
parent 705e83c410
commit e493516ecd
1 changed files with 0 additions and 15 deletions

View File

@ -3,18 +3,6 @@
<title>Etherpad Lite</title>
<style>
* { margin: 0; padding: 0; }
@-webkit-keyframes inception {
0% { opacity:0; }
100% {}
}
@-moz-keyframes inception {
0% { opacity:0; }
100% {}
}
@-o-keyframes inception {
0% { opacity:0; }
100% {}
}
body {
background: rgba(0, 0, 0, .05);
color: #333;
@ -40,9 +28,6 @@
background: -o-linear-gradient(#fff, #ccc);
opacity: .9;
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
-webkit-animation: inception .3s linear 1;
-moz-animation: inception .3s linear 1;
-o-animation: inception .3s linear 1;
}
#button {
margin: 0 auto;