diff --git a/animate.css/css/animate.css b/animate.css/css/animate.css index 965f267..31ada91 100644 --- a/animate.css/css/animate.css +++ b/animate.css/css/animate.css @@ -9,8 +9,8 @@ */ .animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; + -webkit-animation-duration: 4s; + animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @@ -3337,4 +3337,4 @@ .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; -} \ No newline at end of file +}