animate.css/fading_exits/fadeOut.styl

5 lines
61 B
Stylus
Raw Normal View History

@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}