I am trying to recreate the drag effect featured in this app, http://maddin.io/gestimer/<p>There are three options here:
- canvas
- svg
- html<p>I am not good at svg so I left it out. I tried it in canvas and got as far as this, http://codepen.io/shash7/pen/GpMQLG<p>But animating this is a pain. I also don't want to use any canvas library as that's going to be an overkill.<p>Lastly I tried doing this in pure html. This is the farthest I have reached, http://codepen.io/shash7/pen/QjqXBj<p>But its not accurate. Does anyone know how to create this or any library I can use to create it?