voronianski / swipe-js-iso

Universal (a.k.a isomorphic) version of Swipe.js
https://www.npmjs.com/package/swipe-js-iso
MIT License
187 stars 57 forks source link

Allows control over scrolling without re-rendering #21

Closed mkondel closed 5 years ago

mkondel commented 5 years ago

I added a simple hook to toggle scrolling behaviour. Setting disableScroll via option requires a render(). This caused a flash while the page needlessly reloaded the same content. Any comments are welcome, thanks!