🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A really small jQuery plugin which makes use of CSS3 animations to make any elements slide in when you scroll down the webpage.

scroll-animation

Documentation

Simple jQuery Slide-in on scroll effect

Easy to use jQuery script for sliding in elements on the page while scrolling. The required files are stored in the resources folder. There is a demo published to showcase the effect.

Usage

Include the resources your HTML

<link href="slidein.css" rel="stylesheet" /> <script src="slideIn.js" type="text/javascript"></script>

Assign the element(s) on the page that need to be slide-in the class .js-slidein.

<div class="js-slidein">   content... </div>

Tested

The script is tested with jQuery version 2.2.0 and higher. If you encounter problems or bugs open an isssue.

License

MIT © Valentijn Kap


You May Also Like