(function phone_anim() { $('.phone').animate({ opacity: 0.3 }, 600).animate({ opacity: 1 }, 600, phone_anim); }())