%PDF- %PDF-
| Direktori : /home/riacommer/public_html/admin/vendor/animate.css/source/sliders/ |
| Current File : /home/riacommer/public_html/admin/vendor/animate.css/source/sliders/slideOutDown.css |
@keyframes slideOutDown {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.slideOutDown {
animation-name: slideOutDown;
}