From 7a9f4170a8469c53691f1380f2fe81f1fa267852 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 29 Apr 2021 10:51:17 +0800 Subject: [PATCH] ui(animation): update fade-in-down-animation --- source/css/common/animated.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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% {