| Path : /var/www/html/smartcirqls.com/vendors/bower_components/animate.css/source/specials/ |
| Current File : //var/www/html/smartcirqls.com/vendors/bower_components/animate.css/source/specials/rollIn.css |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
}