(function($, window){ var ProfiTheme = window.ProfiTheme || {}; ProfiTheme.CssAnimation = function(){ $('.theme-section').each(function(){ $(this).find('.theme-animation').each(function(index){ $(this).addClass('animation-delay-'+index); $(this).waypoint(function (dir) { $(this.element).addClass('animateIt'); }, { offset: "90%", triggerOnce: true }); }); }); }; ProfiTheme.Loader.done(ProfiTheme.CssAnimation); })(jQuery, window);