$(document).ready(function() { setTimeout(function() { $('.alpha').addClass('in'); },1000) })