var wowEffects = function() { var wow = new WOW({ animateClass: 'animated', offset: 100, }); wow.init(); } var bootstrap = function() { wowEffects(); } $(window).on('load', bootstrap);