i want to animate text smoothly from left and right in continuous loop can
any suggest me something
i want to animate text smoothly from left and right in continuous loop can
any suggest me something here is the fiddle link
Here's http://jsfiddle.net/yLNGn/3/
$(document).ready(function () { $('.kp').animate({ left: '10px' }, 600);
$('.kp').delay(600).animate({ left: '-128px' }, 600);
$('.rp').delay(2000).animate({ left: '10px' }, 600);
$('.rp').delay(600).animate({ left: '-108px' }, 600);
$('.kpp').delay(4000).animate({ left: '10px' }, 600); });
No comments:
Post a Comment