feat: continuous vertical VU fill for LevelMeterFab, replacing 3-band tint

This commit is contained in:
daniel-c-harvey
2026-06-08 08:55:45 -04:00
parent 5b50879476
commit b9969640e5
3 changed files with 59 additions and 34 deletions
@@ -28,9 +28,8 @@
outline-offset: 3px;
}
/* Transition fires when _svgStyle changes between band states */
/* Fill motion is driven by C#-computed SVG geometry, not CSS — no transition here. */
.lmf-icon {
width: 24px;
height: 24px;
transition: color 120ms ease-out, filter 120ms ease-out;
}