On today's platter, we have a simple analog clock. We use CSS to make it look good, and JavaScript to make the needle move.
Again, not too much difficulty on this one. The main hurdle I ran into was that ['], ["] and [`] are indeed NOT the same.
Learned about:
- CSS Transform Properties
- Cubic-Bezier function
You can find my work here: https://github.com/vital-b/JavaScript-Demo-2-Clock
Top comments (0)