Releases: alexfoxy/lax.js
Releases · alexfoxy/lax.js
v2.0.3
v2.0.2
v2.0.1
Lax.js 2.0 has been completely re-written with a focus on modularity and flexibility giving you more tools to create awesome animations.
- New javascript animation syntax, allowing for more advanced effect combos
- Use any value to drive animations, for example mouse position, time of day .. and of course scroll!
- Animations can be given inertia when scrolling
- Create custom CSS bindings
- Animation easings
- And much more..
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
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
Added new presets and background position key + optimisation
- changed
data-lax-optimize
todata-lax-use-gpu
- now use
data-lax-optimize
for optimising elements off screen - added background position key
- added swing and speedy presets
- fixed read me