Installation
How to install Scroll Btween
Include Javascript file scroll-btween.js
just before the end body tag </body>
. For smoother results, use the great tweener library ola.js
- Download ola.min.js (optional)
- Download scroll-btween.js
Place Ola always before scroll-btween.js
<!-- Optional - but recommended - always before scroll-btween.js -->
<script src="path/to/ola.min.js"></script>
<!-- Required -->
<script src="path/to/scroll-btween.js"></script>