Tue Dec 08 2020 13:24:39 GMT+0000 (Coordinated Universal Time)
Saved by @Mindum
$('.btn').on('click', function (e) { if (this.hash != '') { e.preventDefault(); const hash = this.hash; $('html, body').animate( { scrollTop: $(hash).offset().top, }, 800 ); } });
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments