jquery - Animate.css issue: The page becomes super large -


i'm using animate.css animate elements, , class fadeinright , fadeinleft, second before animation completed bottom scroll bar appears (just fraction of second).

i have been using stylesheet while , first time happens. tried function:

$(function(){ var width = window.innerwidth $(body).css('max-width',width)}); 

but doesn't fix anything.

you can use body { overflow-x:hidden;}

you can use {position:relative; overflow-x:hidden} on parent element contains animations work around issue described above.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -