SHARE
Videos
SHARE
Theme: Palliative Care
The palliative care team would ask us, “How do you feel about what you just heard?”
Page: 8 of 9
The palliative care team would ask us, “How do you feel about what you just heard?”
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;
}">