Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 684 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 684 Bytes

uberlax

Build Status

A high-performance canvas based parallax library

demo

Features

  • high-performance
  • Supported transitions: moveX, moveY, fadeIn, fadeOut
  • <iframe> support with IntersectionObserver

Demo

A demo displaying some of the features can be found here

Example

uberlax(document.getElementById('container'), {
  images: [{
    src: './images/image.jpeg',
    animation: {
      moveY: 200
    }
  }]
});