Files
goose/ui
spencrmartin b5ff0be7d9 fix(clock): simplify second hand to continuously increment
- Replace complex rotation tracking with simple increment
- Second hand now increments by 6° each second: prev => prev + 6
- Continuously rotates forward: 0°, 6°, 12°... 354°, 360°, 366°...
- CSS handles visual wrapping naturally (360° = 0°)
- Eliminates counter-clockwise jump at 12 o'clock
2025-11-07 08:19:18 -05:00
..