style: modified fade-in-down-animation duration

This commit is contained in:
XPoet 2020-12-24 21:19:21 +08:00
parent 1427bd3a65
commit 376442b0b7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ the-transition-ease-out() {
.fade-in-down-animation { .fade-in-down-animation {
animation-fill-mode: both; animation-fill-mode: both;
animation-duration: 1s; animation-duration: 0.8s;
animation-name: fade-in-down; animation-name: fade-in-down;
} }