This commit is contained in:
parent
8bc9b84851
commit
333538c8df
|
@ -699,15 +699,15 @@ onBeforeUnmount(() => {
|
|||
transform: translateY(-10px);
|
||||
}
|
||||
}
|
||||
@keyframes scaleUpDown {
|
||||
0%,
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
50% {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
// @keyframes scaleUpDown {
|
||||
// 0%,
|
||||
// 100% {
|
||||
// transform: scale(1);
|
||||
// }
|
||||
// 50% {
|
||||
// transform: scale(1.1);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue