ui(animation): update fade-in-down-animation
This commit is contained in:
parent
378d18c86f
commit
7a9f4170a8
|
@ -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% {
|
||||
|
|
Loading…
Reference in New Issue