mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-07 22:08:41 +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 {
|
.animated {
|
||||||
-webkit-animation-duration: 1s;
|
-webkit-animation-duration: 0.5s;
|
||||||
animation-duration: 1s;
|
animation-duration: 0.5s;
|
||||||
-webkit-animation-fill-mode: both;
|
-webkit-animation-fill-mode: both;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -260,8 +260,8 @@ article {
|
||||||
* Copyright (c) 2016 Daniel Eden
|
* Copyright (c) 2016 Daniel Eden
|
||||||
*/
|
*/
|
||||||
.animated {
|
.animated {
|
||||||
-webkit-animation-duration: 1s;
|
-webkit-animation-duration: 0.2s;
|
||||||
animation-duration: 1s;
|
animation-duration: 0.2s;
|
||||||
-webkit-animation-fill-mode: both;
|
-webkit-animation-fill-mode: both;
|
||||||
animation-fill-mode: both; }
|
animation-fill-mode: both; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user