-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntersectionObserver #6
Comments
All right, we can add 1 situation. Element outside of viewport horizontally (but in range of 2 situation. Element outside of viewport horizontally (but in range of |
One more way how to watch element out of viewport.
Pros: Observer watching of fake element that is possible to observe. |
I figured out, when scrolling fast, Intersection Observer is missing a moment of intersection about 1/4 of second. It mean if user scrolling very fast he can loose a first frames of animation when element appearing on the viewport. So yes, reaction is not up in time and people on the web telling about it. May be it is not a problem, keep watching. |
Starting work on alternate way of watching elements with using Intersection Observer to avoid constant listening to the scroll event.
The text was updated successfully, but these errors were encountered: