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