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
If I refresh a page with a predefined scrollTop value (middle of page for example) and if the binded element is already outside the viewport, the "inview" event isn't triggered.
I added an else statement in the checkInView function (l.121) where I trigger an "inview" event with a false parameter.
This works for me.
The text was updated successfully, but these errors were encountered:
If I refresh a page with a predefined scrollTop value (middle of page for example) and if the binded element is already outside the viewport, the "inview" event isn't triggered.
I added an else statement in the checkInView function (l.121) where I trigger an "inview" event with a false parameter.
This works for me.
The text was updated successfully, but these errors were encountered: