Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 765 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 765 Bytes

Differential Scroll

jQuery differential scroll plugin. Note: this has not been maintained for 4 years.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/differential-scroll.min.js"></script>
<script>
jQuery(function($) {
  $('.differential-scroll-container').differentialScroll(); 
});
</script>

Documentation & Example

Please find the latest documentation and demo page here: https://naughty-fermat-2d01d8.netlify.com/