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.31k forks source link

Scrollable on scrollEnd #2914

Closed TylerOlthuizen closed 6 years ago

TylerOlthuizen commented 6 years ago

Hello , I have a quick question/issue. I want to change the z-index on my footer when my scrollable is finished scrolling or the footer is revealed. I noticed iScroll has an scrollEnd function but I couldn't seem to get it working. Any suggestions?

http://96.30.9.8/~wildpine/

alvarotrigo commented 6 years ago

Take a look at this pull request and feel free to try to use it.

Right now fullPage.js doesn't provide a way to deal with it. But you can get that information but accessing the iscroll object for the section. Check my answer here for more details on how this can be achieved.

TylerOlthuizen commented 6 years ago

Got it working , thanks! XD