jQuery-appear is a jQuery plugin specifically designed to work with elements and their position on the page related to the viewport.
The plugin can be useful in enhancing the interaction with larger/longer Web pages, allowing developers to control what elements are loaded when the page is accessed.
Basically jQuery-appear lets the developer trigger custom functions when an element comes into view while scrolling the page.
The plugin can be used as a basis for your infinite scrolling pages and lazy-load effects, but various other utilities and mechanisms can also be built on it.
What is new in this release:
- Add appearing event.
What is new in version 0.2.2:
- Added bower package.
- Fixed JSHint warnings.
What is new in version 0.2.1:
- Added refresh method for element move.
What is new in version 0.2.0:
- Support overflow div.
- Support display none and show.
What is new in version 0.1.2:
- Fixed disappear wrong event name.
Requirements:
- JavaScript enabled on client side
- jQuery
Comentários não encontrado