Is it possible to animate scrollTop with jQuery? October 10, 2022 by Tarik You can just use .animate() the scrollTop property, like this: $("html, body").animate({ scrollTop: "300px" });