Answer the question
In order to leave comments, you need to log in
How to make smooth scrolling of the entire site, without twitching?
Hello! I saw these previews at one studio: Video
I want to know how it's easier to implement? Maybe there are some services or automated plugins?
Scrolling with the mouse - it turns out twitchy. Arrow down - also jerky. I tried to put all sorts of plug-ins on the browser that make a smooth scroll - it still jerks in places.
Answer the question
In order to leave comments, you need to log in
try to add in css
html {
scroll-behavior: smooth;
}
$("html, body").animate({ scrollTop: $(document).height() }, 25000);
Add to CSS
html {
scroll-behavior: smooth;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question