smooth scroll
Ted Unangst tedu@tedunangst.com
Wed, 30 Aug 2023 03:03:10 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/honkpage.js
→
views/honkpage.js
@@ -82,7 +82,7 @@
function oldestnewest(btn) { var els = document.getElementsByClassName("glow") if (els.length) { - els[els.length-1].scrollIntoView() + els[els.length-1].scrollIntoView({ behavior: "smooth" }) } } function removeglow() {