Skip to main content
Version: 4.x

vime-current-time

Formats and displays the current time of playback.

Visual#

Vime current time component

Usage#

<vime-current-time />

Properties#

PropertyAttributeDescriptionTypeDefault
alwaysShowHoursalways-show-hoursWhether the time should always show the hours unit, even if the time is less than 1 hour (eg: 20:35 -> 00:20:35).booleanfalse

Dependencies#

Used by#

Depends on#

Graph#

graph TD;
vime-current-time --> vime-time
vime-default-controls --> vime-current-time
vime-time-progress --> vime-current-time
style vime-current-time fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS