79629083

Date: 2025-05-19 15:51:36
Score: 0.5
Natty:
Report link

Here's a pure JS implementation that works oh so smoothly.

h/t Alvaro Trigo

const scrollContainer = document.querySelector('main');

scrollContainer.addEventListener('wheel', (evt) => {
  // The magic happens here.
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: buildpax