<media-loading-indicator>
Shows a loading indicator when the media is buffering.
Attributes
Section titled Attributes| 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. | 
Slots
Section titled Slots| Name | Default Type | Description | 
|---|---|---|
loading | svg | The element shown for when the media is in a buffering state. | 
Example
Section titled Example<media-loading-indicator>
  <svg slot="loading"><!-- your SVG --></svg>
</media-loading-indicator>
Styling
Section titled StylingSee our styling docs