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
Post a Comment