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