isInViewport
isInViewport copied to clipboard
An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.
Results
2
isInViewport issues
Sort by
recently updated
recently updated
newest added
Hi, I think there's a bug when using negative tolerance. if I put an element squarely in the centre of the screen and call: ``` $(#test).is(':in-viewport(-100)'); ``` It will return...
I've seen some really odd results using the offset option. Perhaps I've missed something or the documentation needs updating to make its use clear? My understanding is that a positive...