Smooth background image transition on scroll.
We use third party libraries and images:
Add script right before closing </body>
tag and initialize SmoothScroll:
<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.assign%2CArray.from"></script>
<script src='smoothScroll.js'></script>
<script>
SmoothScroll.init([
'img/164604.jpg',
'img/164621.jpg',
'img/164622.jpg',
'img/164624.jpg',
'img/164642.jpg',
'img/164651.jpg'
]);
</script>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT and those of the used libraries and images.