I have a series of links which are using an anchor mechanism:
If anybody is just like me willing to use jQuery, but still found himself looking to this question then this may help you guys:
https://html-online.com/articles/animated-scroll-anchorid-function-jquery/
$(document).ready(function () {
$("a.scrollLink").click(function (event) {
event.preventDefault();
$("html, body").animate({ scrollTop: $($(this).attr("href")).offset().top }, 500);
});
});
Scroll to anchor 1
Scroll to anchor 2
Anchor 1 - Lorem ipsum dolor sit amet, nonumes voluptatum mel ea.
Anchor 2 - Ex ignota epicurei quo, his ex doctus delenit fabellas.