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: preserve backdrop-filter during brightness transitions
Fixes#373
Switched from CSS filter to overlay-based brightness/temperature
control to fix backdrop-filter effects being removed during
transitions.
This also simplifies the implementation significantly. Brightness
range is now 0-100% (can only darken, not brighten). Values >100%
generally looked poor anyway.
| UPDATE | Update MagicMirror² and any of it's modules |
200
-
| SAVE | Save the current configuration (show and hide status of modules, and brightness), will be applied after the mirror starts |
201
-
| BRIGHTNESS | Change mirror brightness, with the new value specified by `value`. `100` equals the default, possible range is between `10` and `200`. |
| UPDATE | Update MagicMirror² and any of it's modules |
200
+
| SAVE | Save the current configuration (show and hide status of modules, and brightness), will be applied after the mirror starts |
201
+
| BRIGHTNESS | Change mirror brightness, with the new value specified by `value`. `100` equals the default (full brightness), possible range is between `0` (black) and `100`. |
0 commit comments