pushin
v6.0.1
Published
A javascript plugin to attach a 'dolly' or 'push-in' effect to a div element when user scrolls.
Downloads
442
Maintainers
Readme
pushIn.js
PushIn.js is a lightweight parallax effect, built with JavaScript, that simulates an interactive dolly-in or push-in animation on a webpage.
Check out the live demo for a working example.
Compatibility
PushIn.js supports all browsers that are ES5-compliant.
Installation
PushIn is available via NPM or a CDN. Follow the detailed instructions in the documentation site: https://pushinjs.com/installation.
Configuration
There are several plugin configurations you can use to customize for your unique project. Refer to https://pushinjs.com/api for a detailed breakdown of all available configurations.
Contributing
We've setup separate documentation for contributors: CONTRIBUTING.md
Development Setup
We've setup separate documentation for developers: DEVELOPERS.md