Version: 4.x
vime-spinner
Displays a loading indicator when the video is buffering.
Visual#

Usage#
- HTML
- React
- Vue
- Svelte
- Stencil
- Angular
example.vue
example.svelte
example.html
Events#
| Event | Description | Type |
|---|---|---|
vWillHide | Emitted when the spinner will be hidden. | CustomEvent<void> |
vWillShow | Emitted when the spinner will be shown. | CustomEvent<void> |
CSS Custom Properties#
| Name | Description |
|---|---|
--vm-spinner-fill-color | The color of the progress within the track. |
--vm-spinner-height | The height of the spinner. |
--vm-spinner-spin-duration | How long it takes the spinner to complete a full rotation. |
--vm-spinner-spin-timing-func | The animation timing function to use for the spin. |
--vm-spinner-thickness | The thickness of the spinner in px. |
--vm-spinner-track-color | The color of the track the spinner is rotating in. |
--vm-spinner-width | The width of the spinner. |
--vm-spinner-z-index | The position in the UI z-axis stack inside the player. |
Dependencies#
Used by#
Graph#
Built with StencilJS