all repos — honk @ d3096aac0a34a500eb204bef31b97818547f6733

my fork of honk

smooth scroll
Ted Unangst tedu@tedunangst.com
Wed, 30 Aug 2023 03:03:10 -0400
commit

d3096aac0a34a500eb204bef31b97818547f6733

parent

a8621800cf495b55e32423e3c93df2f4d88e958c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/honkpage.jsviews/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() {