You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i'm trying to get is that i want a magnetic scroll once, and after that, that i can scroll normal again. Im developing a website where i have a fullscreen image, then a magnetic scroll. After that i want to scroll normal. Is that possible?
The text was updated successfully, but these errors were encountered:
I don't have much time to enhance the plugin anymore.
Here is something that is a workaround :
These lines will stop the plugin : var mousewheelevt = (/Firefox/i.test(navigator.userAgent)) ? "DOMMouseScroll" : "mousewheel"; //FF doesn't recognize mousewheel as of FF3.x $('body:not(.scrolling)').unbind(mousewheelevt);
If you can trigger this after the first scroll this could work (maybe try to add these line 40 @ magneticScroll-1.0.js)
What i'm trying to get is that i want a magnetic scroll once, and after that, that i can scroll normal again. Im developing a website where i have a fullscreen image, then a magnetic scroll. After that i want to scroll normal. Is that possible?
The text was updated successfully, but these errors were encountered: