I had this idea for a clock bouncing around in my head for some time now, but finally got around to coding it. Essentially I have a second, minute, and hour 'div' that rotates around different radiuses(radii?) of the clock.
Meat of the functionality here:$(which).stop().html("" + show + "").animate({marginTop: $.sine(((degree-90)(3.1415/180)))radius+'px', marginLeft: $.cosine(((degree-90)(3.1415/180)))radius+'px' }, 250, 'linear');
I had this idea for a clock bouncing around in my head for some time now, but finally got around to coding it. Essentially I have a second, minute, and hour 'div' that rotates around different radiuses(radii?) of the clock.
Rotate jQuery Clock
Meat of the functionality here: $(which).stop().html("" + show + "").animate({marginTop: $.sine(((degree-90)(3.1415/180)))radius+'px', marginLeft: $.cosine(((degree-90)(3.1415/180)))radius+'px' }, 250, 'linear');