FreeTube/src/templates/progressView.html

4 lines
100 B
HTML
Raw Normal View History

<div v-if='seen'>
<span id='progressBar' :style='{ width: progressWidth + "%" }'></span>
</div>