media-chrome
media-chrome copied to clipboard
Variable for setting transition duration when hiding media controls
AFAIK these values are hardcoded and cannot be changed via CSS variables at the moment?
My workaround:
.mux-player[userinactive]:not([mediapaused]) media-control-bar {
transition: opacity 0.125s ease-in-out;
}