Adjust animation styles

This commit is contained in:
Dennis Eichhorn 2017-04-14 17:50:28 +02:00
parent d586cec5cf
commit 55a755f26e
2 changed files with 4 additions and 4 deletions

4
animate.scss vendored
View File

@ -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;
}

View File

@ -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; }