I have an image (red, below), that I want to make travel along a circular path. The red image should always end in the same spot as it started.
Notes: The grey circular path is invisible. I am just highlighting the path it will follow.
What is the best method/library to achieve this technique?
Please look into these links:
JSFiddle : Fiddle 1
Do you really need a library, it's not that hard to do
FIDDLE
Here's one that does one loop, stops at the same place etc.
FIDDLE