From 376442b0b79f42c0206fc906d70d93f96c1d2f0d Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 24 Dec 2020 21:19:21 +0800 Subject: [PATCH] style: modified fade-in-down-animation duration --- source/css/layout/common/animated.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }