Skip to content

Releases: alexfoxy/lax.js

Improved support for react, vue.js and DOM manipulation

18 Mar 16:47
c96ff53
Compare
Choose a tag to compare

Added lax.populateElements() for use on DOM updates, window size change etc

17 Mar 11:50
Compare
Choose a tag to compare

Lax builds a list of all elements it needs to control when the page loads so if they are added to the DOM subsequently they won't be updated on page scroll. If you're using a library like React or vue.js, it is likely that not all elements are in the dom on page load. Because of this you will need to call lax.populateElements() when you add elements to the DOM that you want to animate.

Fix for npm main path

16 Mar 14:13
08e3719
Compare
Choose a tag to compare
Merge pull request #3 from antonreshetov/pr-npm-install

NPM install

Fixed dependancies

16 Mar 13:49
Compare
Choose a tag to compare

Moved babel from dependancies to devDependancies in package.json

Tweaks for NPM

16 Mar 13:44
Compare
Choose a tag to compare
v1.0.1

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

v1.0

15 Mar 10:04
Compare
Choose a tag to compare
renamed from laxxx to lax and added data- prefix to html tags to keep…