I attached verge.inViewport to a scroll event to test this.
When I start scrolling I keep getting true returned even if the element is not in the viewport. Only after I scroll past the desired element, false is returned.
If I scroll back up past that element, it's still true.
I attached
verge.inViewportto a scroll event to test this.When I start scrolling I keep getting
truereturned even if the element is not in the viewport. Only after I scroll past the desired element,falseis returned.If I scroll back up past that element, it's still
true.