mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-16 17:18:27 +01:00
0bc05a7559
and fixed typo in the previous commit at source/attention_seekers/swing.css
8 lines
104 B
CSS
8 lines
104 B
CSS
@keyframes fadeOut {
|
|
0% {opacity: 1;}
|
|
100% {opacity: 0;}
|
|
}
|
|
|
|
.fadeOut {
|
|
animation-name: fadeOut;
|
|
}
|