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