Hacker News new | ask | show | jobs
by lelandfe 1580 days ago
It is especially unfortunate as you can get buttery smooth scroll animations without scrolljacking: schedule the events with requestAnimationFrame, throttle to 60FPS, and avoid layout thrashing[0].

[0] https://gist.github.com/paulirish/5d52fb081b3570c81e3a and https://csstriggers.com/