File "fadeInDown.css"
Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.css
File size: 177 bytes
MIME-type: text/plain
Charset: utf-8
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}