Düzelmiş halinin demosunu atar mısın hocam
Bu Kodları
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 seconds
Bununla 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