<media-loading-indicator>

Shows a loading indicator when the media is buffering.

NameTypeDefault ValueDescription
loading-delaynumber500The amount of time in ms the media has to be buffering before the loading indicator is shown.
NameDefault TypeDescription
loadingsvgThe 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