1.2.0
- Added functionality for responsive animations fixing #14, see https://github.com/alexfoxy/laxxx#responsive-design
- Added functionality for sprite sheet animations. See demo & https://github.com/alexfoxy/laxxx#sprite-sheet-animations
- Breaking change: You must now add the
lax
class to any element you want to animate. - Now inline style will be merged into animation fixing #9
- Changed suggested set up to use window.requestAnimationFrame instead of binding to window scroll event #26
- Can now add loop, offset and speed options into custom animations https://github.com/alexfoxy/laxxx#options
- Performance improvements and code tweaks