diff --git a/source/css/layout/common/animated.styl b/source/css/layout/common/animated.styl index e1724e4..ac488fd 100644 --- a/source/css/layout/common/animated.styl +++ b/source/css/layout/common/animated.styl @@ -26,7 +26,7 @@ the-transition-ease-out() { .fade-in-down-animation { animation-fill-mode: both; - animation-duration: 1s; + animation-duration: 0.8s; animation-name: fade-in-down; }