here is the linear animation that goes to ‘A’ to ‘B’ destination http://jsfiddle.net/BL5cS/
How can I add another path so box will animate like ‘A’ to ‘B’ to ‘C’ to ‘D’ etc:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Chain the animations:
You could also store the destinations in an Array, and loop it.
Here’s your code reworked a bit.