baptistebriel / smooth-scrolling

smooth scrolling and parallax effects on scroll
MIT License
612 stars 75 forks source link

Smooth.resize() when using native gives error. #97

Closed 23d1 closed 5 years ago

23d1 commented 5 years ago

When executing Smooth.resize() while the nativeScroll is set to true I'm getting Uncaught TypeError: _smoothScrolling2.default.resize is not a function not sure where _smoothScrolling2 is coming from...

23d1 commented 5 years ago

Seem to have solved it, investigating...