media-chrome icon indicating copy to clipboard operation
media-chrome copied to clipboard

Variable for setting transition duration when hiding media controls

Open intelligence opened this issue 10 months ago • 0 comments

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;
}

intelligence avatar Apr 02 '24 15:04 intelligence