scrollable-sidebar

Results 2 issues of scrollable-sidebar

Test case: https://codepen.io/scrollablesidebar/pen/zYWavyL In the test case there are four images, and the following options are set: lazyLoad: 1, fade: true, The transitions are WITHOUT fade effect for the transitions...

bug

I noticed the mouse wheel zoom in Firefox was working in reverse, so changed this: ```javascript event.preventDefault(); var delta = event.delta || event.wheelDelta; if (delta === undefined) { //we are...