Inertia / Momentum Scrolling
![site profile thumbnail](https://uploads-ssl.webflow.com/5b2948be75418941ccb708aa/5cbdffc7f2a233330e9e9c58_Screen%20Shot%202019-04-22%20at%2010.54.06%20AM.png)
Comparing 6 different approaches to achieving momentum / inertia scrolling.
Version 1: SmoothScrolling.JS
Version 2: Luxy.JS
Version 3: Rolly.JS
Version 4: Tweenmax.JS (Greensock)
Version 5: Vanilla JS (A)
Version 6: Vanilla JS (B)
*Make sure you preserve the native scrollbar (ie don't use virtual scroll option) when project contains IX2 scroll-based interactions.
*These are proof of concepts that may need further tweaking/optimizing (especially for mobile browsers). In addition, they override native scrolling behavior which can result in unintended consequences - especially on older browsers.