Shows a loading indicator when the media is buffering.
Name | Type | Default Value | Description |
---|---|---|---|
loading-delay |
number |
500 |
The amount of time in ms the media has to be buffering before the loading indicator is shown. |
Name | Default Type | Description |
---|---|---|
loading |
svg |
The element shown for when the media is in a buffering state. |
<media-loading-indicator>
<svg slot="loading"><!-- your SVG --></svg>
</media-loading-indicator>
See our styling docs