SHARE
Videos
SHARE
Theme: Pediatric palliative care benefits
Palliative care helps reframe interventions like feeding tubes.
Page: 2 of 2
Palliative care helps reframe interventions like feeding tubes.
13 / 18
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;
}">