Open alexglvr opened 5 years ago
Something like this, with additionnal code to detect what node is concerned (using box
) :
var wow = new WOW({
callback: function(box) {
setTimeout(function() {
// whatever scripts you want to run
}, <your animation duration>);
}
}).init();
HI,
I have a wow animation :
<nav class="navbar wow fadeInDown" data-wow-delay="0.5s" data-wow-duration=".5s" id="top-nav">...</nav>
I would like to trigger a jquery function as soon as it ends.
Any help please?
Thanks
Alex