buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

avoid force layout/reflow in moveBar #63

Open hengwoon opened 4 years ago

hengwoon commented 4 years ago

move calculation of scrollRatio inside of requestAnimationFrame to avoid triggering layout/reflows on each scroll event.