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
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
The easing is killed when an element is too close to the bottom of the page.
Is there a way to fix this behavior? Basically when the element top is bigger than $(document).height() - $(window).height(), force the ending of the scroll to $(document).height() - $(window).height()
(Please don't look at the crappy jQuery syntax haha)
The text was updated successfully, but these errors were encountered:
Sigh... this is a bug that has plagued me since the beginning, and I've never been able to figure out a way to properly fix it.
Certain easing patterns fizzled out when scrolling up from the bottom. In my experience, any of the easeOut*easing patterns will work, but some of the others fail. It's lame, but I would try setting a custom option for that particular link with a different easing pattern.
Amazing script! 👍
The easing is killed when an element is too close to the bottom of the page.
Is there a way to fix this behavior? Basically when the element
top
is bigger than$(document).height() - $(window).height()
, force the ending of the scroll to$(document).height() - $(window).height()
(Please don't look at the crappy jQuery syntax haha)
The text was updated successfully, but these errors were encountered: