mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-15 21:08:40 +00:00
Adjust animation styles
This commit is contained in:
parent
d586cec5cf
commit
55a755f26e
4
animate.scss
vendored
4
animate.scss
vendored
|
|
@ -9,8 +9,8 @@
|
|||
*/
|
||||
|
||||
.animated {
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-duration: 0.5s;
|
||||
animation-duration: 0.5s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -260,8 +260,8 @@ article {
|
|||
* Copyright (c) 2016 Daniel Eden
|
||||
*/
|
||||
.animated {
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-duration: 0.2s;
|
||||
animation-duration: 0.2s;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user