-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Hi,
thank you for this nice "plugin" - finally I found the one that works without jQuery (and works just as good).
I have my own asset loader and it dynamically loads JS and CSS. The problem is that DOMContentLoaded fires before Animate steps in so the setting "onLoad" is not working. Items are loading on scroll but items which are in viewport by default are not.
Is there a way to fix this? I modified animate.js to render() on window.load instead document.DOMContentLoaded so it is working fine now. Perhaps adding a new setting "onWindowLoad"?
Reactions are currently unavailable