mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
feat: add baseContentIn animation
This commit is contained in:
parent
1eb34e0662
commit
34cb796505
|
@ -36,6 +36,19 @@
|
|||
width: 90%;
|
||||
// max-width: 850px;
|
||||
margin: 0 auto;
|
||||
animation: baseContentIn 0.3s normal 1 forwards;
|
||||
|
||||
@keyframes baseContentIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(50%) scale(0.9);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user