diff --git a/source/css/common/animated.styl b/source/css/common/animated.styl index 0377eb6..1c8b318 100644 --- a/source/css/common/animated.styl +++ b/source/css/common/animated.styl @@ -36,7 +36,7 @@ transition-t(property, delay, duration, function) { .fade-in-down-animation { animation-fill-mode: both; - animation-duration: 0.8s; + animation-duration: 1s; animation-name: fade-in-down; } @@ -44,7 +44,7 @@ transition-t(property, delay, duration, function) { @keyframes fade-in-down { 0% { opacity: 0; - transform: translateY(-20px); + transform: translateY(-50px); } 100% {