This website requires JavaScript.
Explore
Help
Sign In
Oak-Team
/
oak-general-business
Watch
9
Star
0
Fork
You've already forked oak-general-business
0
Code
Issues
Pull Requests
Packages
Projects
Releases
38
Wiki
Activity
198296713b
oak-general-business
/
app
/
miniprogram_npm
/
tdesign
/
common
/
style
/
utilities
/
_animation.less
10 lines
89 B
Plaintext
Raw
Blame
History
@keyframes tdesign-fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
Reference in New Issue
View Git Blame
Copy Permalink