SHARE
Videos
SHARE
Theme: Palliative Care
Decision-Making, Interventions, Palliative Care: How you balance hope in the reality.
Page: 8 of 9
Decision-Making, Interventions, Palliative Care: How you balance hope in the reality.
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;
}">