You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure smooth transition on first brightness/temp change
Create overlay elements via createOverlays() helper method instead
of inline creation. This ensures the CSS transition is applied from
the first use, not just subsequent changes.
- Add createOverlays() method to create both overlays if missing
- Call createOverlays() in setBrightness() and setTemp()
- Remove inline overlay creation logic
0 commit comments