smooth-scroll library is an amazing library for developing creative web apps but because this library uses a virtual scroll to translate content this makes some performance issues, especially on touch devices.
Proposal
Recently GSAP introduced a plugin named "smoothscroll". In this plugin, they use native scroll for smooth scrolling. Is this possible to refactor this library to use native scroll?
Motivation
smooth-scroll library is an amazing library for developing creative web apps but because this library uses a virtual scroll to translate content this makes some performance issues, especially on touch devices.
Proposal
Recently GSAP introduced a plugin named "smoothscroll". In this plugin, they use native scroll for smooth scrolling. Is this possible to refactor this library to use native scroll?