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: 4 months ago
JSON representation

jQuery plugin for calculating the visibility of elements in the viewport

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)