alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.24k stars 7.3k forks source link

Issue with scrollOverflow and firefox/chrome #1130

Closed MagicMicky closed 9 years ago

MagicMicky commented 9 years ago

I'm having an issue with fullpage.js when using the scrollOverflow feature. On some browsers, when I scroll from a section to another, and don't move the mouse, it doesn't want to scroll anymore. I have to first move the mouse and then scroll again. That can get really anoying for our users ! You can see the error here : http://etud.insa-toulouse.fr/~goubin/DaVinciRoad/ between day 1 and 2 It has been tested on firefox (Windows/Ubuntu/Mac OS) and chrome (Mac OS but it works on Ubuntu).

alvarotrigo commented 9 years ago

Make sure you are using the version of slimScroll library provided by fullPage.js and not the official one.

MagicMicky commented 9 years ago

Fixed ! Thanks a lot !