muxinc / media-chrome

Custom elements (web components) for making audio and video player controls that look great in your website or app.
https://media-chrome.org
MIT License
1.77k stars 71 forks source link

slotted poster transition bug #823

Closed luwes closed 9 months ago

luwes commented 9 months ago

by default, default slotted elements get a opacity transition applied which is causing a weird effect for a slotted poster img.

workarounds are adding a noautohide attribute to the img or a opacity: 1 !important; style rule.