File "rollIn.css"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/elementor/assets/lib/inline-editor/rollIn.css
File size: 192 bytes
MIME-type: text/plain
Charset: utf-8
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
}