Files
quinn-wx/components/common/style/utilities/_animation.wxss
2022-11-10 17:13:00 +08:00

9 lines
88 B
Plaintext

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