treehouse : what would you like to learn today?
Web Design Web Development iOS Development

jQuery Clock - Rotating division around a radius (proof of concept)

  • 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');