A high-performance canvas based parallax library
- high-performance
- Supported transitions:
moveX
,moveY
,fadeIn
,fadeOut
<iframe>
support withIntersectionObserver
A demo displaying some of the features can be found here
uberlax(document.getElementById('container'), {
images: [{
src: './images/image.jpeg',
animation: {
moveY: 200
}
}]
});