mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-23 16:09:37 +08:00
Del: transform action
This commit is contained in:
parent
02b81fbbd5
commit
3cc56edb5a
@ -151,13 +151,13 @@ const showCardOperator = (card: ILayoutCard) => {
|
||||
|
||||
@keyframes scaleAnimation {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: scale(0.98);
|
||||
opacity: 0.1;
|
||||
// transform: scale(0.98);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
// transform: scale(1);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user