For a personal project, I use tyring to make a timer application (for managing poker secrets). I know that there are already several solutions on the market, but for reasons that are too long to go here, we need an individual system. Although the output pattern of the system will ultimately be determined by the end user, we would like to include a widget that shows a circle that animates when time is counted. Here is a working example illustration showing a yellow circle and what we would like to achieve (or something similar anyway):

My question is: how would I encode the animation as shown below using jQuery or raw HTML5 / CSS3 animations? This is for a web application using jQuery, so there are no other library options that I can use.
Thanks!
source share