Hello,
Jquery animation help needed. I'm using cycle plugin, and every slide have caption: h1 and p. Animation created for caption is below but don't know how to repeat every 5 sec.
h1 and 5 sliding from left and after 3 sec they slide back (to left) again.
Grateful for any helpCode:jQuery('.description h1').delay(400).animate({left: '0px' }, 700, 'easeOutBack').delay(3000).animate({left: '-650px' }, 700, 'easeOutBack'); jQuery('.description p').delay(500).animate({left: '0px' }, 700, 'easeOutBack').delay(3200).animate({left: '-650px' }, 700, 'easeOutBack');
Thanks



Reply With Quote

Bookmarks