var show = () => { $('.center-content .page-front:not(.add)').each(function(i, el) { $(el).addClass('add').delay(i * 300).fadeIn(300) }); }; show();