I am trying to add some animations to text using Animate.css and jQuery @ This Demo
I am using jquery addClass() to apply .animated, .bounceInLeft, and .bounceInRight to the elements by using this code:
$(function () {
$('#solu-title-1').addClass('animated bounceInLeft');
$('#solu-title-2').addClass('animated bounceInRight');
$('#solu-description-1').addClass('animated bounceInLeft');
$('#solu-description-2').addClass('animated bounceInRight');
});
but as you can see the page also is getting annoying Horizontal Scrollbar during the animation process. Can you please let me know how I can stop this?
Thanks
body {
overflow-x: hidden;
}
http://jsfiddle.net/DTcHh/3127/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With