SHARE
Videos
SHARE
Theme: Palliative Care
NICU: All of this information is trickling in backwards. “We had to advocate fiercely for a care conference and for palliative care.”
Page: 5 of 9
NICU: All of this information is trickling in backwards. “We had to advocate fiercely for a care conference and for palliative care.”
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;
}">