This website requires JavaScript.
Explore
Help
Sign In
marking
/
WGShare.Client.Wx
Watch
19
Star
0
Fork
You've already forked WGShare.Client.Wx
0
Code
Pull Requests
Actions
Releases
2
Activity
3fedd96ce3
WGShare.Client.Wx
/
miniprogram_npm
/
tdesign-miniprogram
/
common
/
style
/
utilities
/
_animation.wxss
9 lines
88 B
Plaintext
Raw
Blame
History
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
View Git Blame
Copy Permalink