weepy / jquery.path

Animatation for arcs and bezier curves with jQuery

Home Page:http://weepy.github.com/jquery.path/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resetting the direction

skoch opened this issue · comments

I've created a demo that, upon user initiation, animates objects on a path. When animation is finished, I am reasetting the start and end positions so that upon another click the objects will start at their current position and move the same incement as before around the path.

The problem I'm having, however, is in attempting to reverse the direction. Whereas I can reset the start/end it seems that resetting the 'dir' has no effect on the animation.

Easy fix to be able to reset this parameter?

Thanks.

Hello there
Can you provide the demo or the code here?