2023-03-06 17:57:39 +08:00

9 lines
88 B
Plaintext

@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}