This website requires JavaScript.
Explore
Help
Register
Sign In
wuhongjian
/
hi-ucs
Watch
1
Star
0
Fork
You've already forked hi-ucs
0
Code
Issues
Pull Requests
Projects
Releases
10
Wiki
Activity
master
hi-ucs
/
node_modules
/
_animate.css@4.1.1@animate.css
/
source
/
fading_exits
/
fadeOut.css
14 lines
121 B
CSS
Raw
Permalink
Blame
History
@
keyframes
fadeOut
{
from
{
opacity
:
1
;
}
to
{
opacity
:
0
;
}
}
.
fadeOut
{
animation-name
:
fadeOut
;
}
Reference in New Issue
View Git Blame
Copy Permalink