mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-18 10:00:36 +01:00
5 lines
61 B
Stylus
5 lines
61 B
Stylus
|
@keyframes fadeOut {
|
||
|
0% {opacity: 1;}
|
||
|
100% {opacity: 0;}
|
||
|
}
|