Onur89TR adlı üyeden alıntı:
mesajı görüntüle
hh.style.strokeDashoffset = 440 - (400 * h) / 12; // 12 hrs clock mm.style.strokeDashoffset = 440 - (400 * m) / 60; // 60 hrs minutes ss.style.strokeDashoffset = 440 - (400 * s) / 60; // 60 hrs secondsBununla Değişin Hocam
hh.style.strokeDashoffset = 440 - (440 * h) / 12; // 12 hrs clock mm.style.strokeDashoffset = 440 - (440 * m) / 60; // 60 hrs minutes ss.style.strokeDashoffset = 440 - (440 * s) / 60; // 60 hrs seconds