mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
reduced animation effects
This commit is contained in:
parent
a6dcc073b0
commit
705e83c410
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue