Building a Realistic Analog Clock with HTML, CSS & JavaScript

preview_player
Показать описание
Create Analog clock with using HTML, CSS & JAVASCRIPT / complete real-world project.

Song: Elektronomia - Sky High [NCS Release]Music provided by NoCopyrightSoundsFree Download/Stream

Desktop Background: Photo by Ryan Carpenter on Unsplash

#coding #webdesign #responsivewebdesign #programming #html #css #softwareengineering #webdevelopment
#programming #coding #analogclock #frontendproject #freelancing
#coding #creativecoding #creativeanalogclock #csstutorial #developer #education #freelancecoding #freelancedeveloper #freelanceanalogclock #freelancing #frontendproject #frontendcoding #frontenddesign #frontenddevelopment #frontendskills #htmlbasics #javascript #analogclock #analogclockdesign #clockshowcase #clock #professionaldesign #programming #softwaredesign #softwareengineering #softwareprojects #webdesign #webdeveloper #webdevelopment #csstricks
Рекомендации по теме
Комментарии
Автор

have more relaxing sound or song on the background and pls disable that water effect on your cursor, it makes everything hard to see and may be distracting for non-pro viewers. thanks, great video overall, keep it going sir, my respect.

chessl
Автор

Another way to write the transformation of the second, minute, and hour hands is:

secondHand.style.transform = 'rotate(${second}deg)';
minuteHand.style.transform = 'rotate(${minute}deg)';
hourHand.style.transform = 'rotate(${hour}deg)';

I used the variables secondHand, minuteHand, and hourHand instead of handle. So obviously, anyone using this version should ensure they are using the correct variable names for how they coded them.

james_brummett
join shbcf.ru