SHARE
Videos
SHARE
Theme: Palliative Care
Always hoping we can make it a little bit better.
Page: 8 of 9
Always hoping we can make it a little bit better.
85 / 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;
}">