lukesnowden / FSVS

Full Screen Vertical Scroll
https://www.lukesnowden.co.uk/full-screen-vertical-scroll/
723 stars 145 forks source link

Firefox issues #38

Closed AurelDragut closed 8 years ago

AurelDragut commented 8 years ago

Hey,

I have some issues running the slider in Firefox:

What can i do to fix that?

AurelDragut commented 8 years ago

fixed the scrolling issue by removing the - from e.detail in

var wheely = ( e.wheelDelta || e.detail || e.originalEvent.detail );

from the isScrollingUp function.

lukesnowden commented 8 years ago

drop us a pull request matey and ill pull it in.

AurelDragut commented 8 years ago

Done, any idea what to do with that content displayed in the opposite slide (first instead of the last)?

lukesnowden commented 8 years ago

cant see the pull request so cant pull it down to see what you are referring to. http://recordit.co/

AurelDragut commented 8 years ago

I guess i have done something wrong. now i got this: screen shot 2016-09-05 at 22 48 03

lukesnowden commented 8 years ago

no matter ill bosh it in and see whats happening