SHARE
Videos
SHARE
Theme: Palliative Care
A Doctor: I saw that palliative care was a holistic way to think about care
Page: 8 of 9
A Doctor: I saw that palliative care was a holistic way to think about care
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;
}">