Skip to content

Releases: alexfoxy/lax.js

v2.0.3

28 Dec 19:09
607c580
Compare
Choose a tag to compare
  • Breaking change, preset values are now delaminated using : instead of - so that negative values cam be used. For example lax_preset_spin-400-360 should now be written as lax_preset_spin:400:360
  • Bug fixes and documentation improvements

v2.0.2

16 Nov 16:58
Compare
Choose a tag to compare
  • Replaced document.body.scrollTop and document.body.scrollLeft with window.scrollY and window.scrollX in example and documentation

v2.0.1

14 Nov 16:12
Compare
Choose a tag to compare

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

15 Oct 14:55
Compare
Choose a tag to compare
v1.2.5

Merge branch 'master' of https://github.com/alexfoxy/laxxx

1.2.4

20 Sep 07:32
374a093
Compare
Choose a tag to compare
Merge pull request #58 from alexfoxy/dev

Fixed issue #52

1.2.3

04 Apr 21:38
Compare
Choose a tag to compare

Added rotateX and rotateY transforms

1.2.2

03 Apr 16:50
Compare
Choose a tag to compare

Fixed a problem with lax.addElement fixing #36

1.2.1

03 Apr 06:19
8a98a97
Compare
Choose a tag to compare
  • Fixed issue when resizing window

1.2.0

26 Mar 08:56
877bb3e
Compare
Choose a tag to compare

Added new presets and background position key + optimisation

19 Mar 15:41
Compare
Choose a tag to compare
  • changed data-lax-optimize to data-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