I took a look to the file responsive.css where I found this:
/* disable css animations */
.touch .animated {
-webkit-animation-duration: 0;
animation-duration: 0;
-webkit-animation-delay: 0;
animation-delay: 0;
}
I tried to remove this code but the animation are still off.
What can I do, if possible?
Thanks
P.S. Artisan Template Free Edition