I have two separate images. One is the clock without the arrow and the other is the clock arrow. Both are SVG images (vector).
I need to create like a clock in a Web Application where the 360 spin of the arrow depends on a time variable. For example if the time variable = 2 minutes then the arrow has to spin the complete circle in 2 minutes.
Here are the sample images:
What is the best approach to do this?
- HTML5 Canvas
- jQuery