[Solved] How to scroll at 20% of the html page? [closed]
Try this: $(“html, body”).animate({scrollTop: $(“body”).height()*0.2},2000); 1 solved How to scroll at 20% of the html page? [closed]
Try this: $(“html, body”).animate({scrollTop: $(“body”).height()*0.2},2000); 1 solved How to scroll at 20% of the html page? [closed]