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