SHARE
Videos
SHARE
Theme: Palliative Care
A palliative care MD: "We need to try to understand what the parent's motivation is; and not shy away from pain."
Page: 5 of 9
A palliative care MD: "We need to try to understand what the parent's motivation is; and not shy away from pain."
49 / 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;
}">