I make a simple site with wow.js/animate.css and on pages where i use wow.js the animation is lagging and starts a bit later than i expected. If u check this page, all the contect are visible for about 0,5 second, after that the animation start. This is very annoying, how can i solve this?
I tried to set the content to invisible by default and after the page is fully loaded (document.ready), i change the class to visible and add the "wow" class to the desired contents.
The interesting thing is, that if i use e.g. fadeIn/Out, etc. instead of bounceIn, there is no problem.
What should i change to stop the "lagging" of wow animation on my page?