mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
b5ff0be7d9
- 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