SHARE
Videos
SHARE
Theme: Palliative Care
A PICU NP on seeing the value of pediatric palliative care at work.
Page: 6 of 9
A PICU NP on seeing the value of pediatric palliative care at work.
61 / 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;
}">