ilyashubin / scrollbooster

Enjoyable content drag-to-scroll library
https://ilyashubin.github.io/scrollbooster
MIT License
990 stars 81 forks source link

Possible to let scrollTo use translate3d in stead of translate #56

Open colinduet opened 4 years ago

colinduet commented 4 years ago

I have a question > is it possible to let scrollTo use translate3d in stead of translate. We are using this function the whole time. And when we add hover effects (transform) on elements that are in the content area, animations start to lag a bit.

Thanks for this great piece of code by the way 👍