Releases: alexfoxy/lax.js
Releases · alexfoxy/lax.js
Improved support for react, vue.js and DOM manipulation
v1.0.5 Update README.md
Added lax.populateElements() for use on DOM updates, window size change etc
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
Merge pull request #3 from antonreshetov/pr-npm-install NPM install
Fixed dependancies
Moved babel from dependancies to devDependancies in package.json
Tweaks for NPM
v1.0.1 Merge branch 'master' of https://github.com/alexfoxy/laxx