Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koenpunt/jquery-viewport
jQuery plugin for calculating the visibility of elements in the viewport
https://github.com/koenpunt/jquery-viewport
inviewport jquery-plugin viewport visibility
Last synced: about 1 month ago
JSON representation
jQuery plugin for calculating the visibility of elements in the viewport
- Host: GitHub
- URL: https://github.com/koenpunt/jquery-viewport
- Owner: koenpunt
- License: other
- Created: 2011-07-28T16:20:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T10:02:53.000Z (over 9 years ago)
- Last Synced: 2024-10-14T17:03:45.559Z (about 1 month ago)
- Topics: inviewport, jquery-plugin, viewport, visibility
- Language: HTML
- Homepage:
- Size: 125 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery viewport plugin
## Features
### $.fn.inViewport
* Returns the elements from the selection which are visible in the viewport
### $.fn.mostVisible
* Calculates the first most visible element in the viewport
### $.inViewport( element )
* Returns the element's visibility in the viewport in a range from 0 (not visible) to 1 (completely visible)