This website requires JavaScript.
Explore
Help
Register
Sign In
cc
/
water_xcx
Watch
1
Star
0
Fork
You've already forked water_xcx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
water_xcx
/
miniprogram_npm
/
tdesign-miniprogram
/
common
/
style
/
utilities
/
_animation.wxss
9 lines
88 B
Plaintext
Raw
Permalink
Blame
History
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
Reference in New Issue
View Git Blame
Copy Permalink