Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)