javascript - animation pattern not working properly -
i trying animation pattern.all paterns except last 6 working properly. want last 6 pattern happen after other patternshave happened.but using code oscillates in different manner. last6 pattern doesn't happen together. plz me code $j(document).ready(function () { $j("#circle").show().animate({ top: '260px' }, 1000, function () { $j("#v_logo").animate({ opacity: '1' }, 400, function () { $j("#v_logo").animate({ height: '150px', width: '100px', top: '260px', left: '450px' }, 2000, function () { $j("#s_logo").animate({ opacity: '1' }, 400, function () { $j("#s_logo").animate({ height: '150px', width: '100px', top: '260px', left: '4...