SHARE
Videos
Theme: Tracheostomy
He's doing great. He's fantastic, even if his normal is terrible.
Page: 4 of 4
He's doing great. He's fantastic, even if his normal is terrible.
SHARE
37 / 37
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">