I am working with one-page slide using fullPage.js.
Here is my demo:
http://codepen.io/r0ysy0301/pen/rWKxQB
I create an event when using scroll up or down; button next will change position.
Next, I continue created a variable and assign active class is a flag to check. If that active, change CSS position of button next.
But seem it only working with Chrome, I tested on Firefox and not happen anything.
I think problem at event mousewheel because I also tested with event keyup but it working perfectly.
Firefox doesn't recognize
"mousewheel". Followings are workouts.Use both events in listener
OR address firefox separately.
Original source