animation - jQuery: Clocklike show() -


i've got jsfiddle: demo

it blue <div> circle children of white <div> circle border.

i want animate() red circle show on doc.ready, like:

$(document).ready(function(){     $('.inner').show(); }); 

but want animation show circle in circular way, radial show(), clock movement.

let me explain image: example img how looks after starting animation.

i did not succeed on finding plugin that, , have no idea start programming (so idea or plugin know both answers).


Comments