SHARE
Video
SHARE
Theme: Palliative Care
How long was this part of the journey going to take?
Page: 9 of 9
How long was this part of the journey going to take?
97 / 107
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;
}">