diff --git a/animate.scss b/animate.scss index fdb4402..e0a486b 100644 --- a/animate.scss +++ b/animate.scss @@ -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; } diff --git a/styles.css b/styles.css index 499b4ba..6cfc8d1 100644 --- a/styles.css +++ b/styles.css @@ -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; }