SHARE
Videos
Theme: End of Life
A Nurse on end-of-life: “There isn’t any real way to prepare parents for it.”
Page: 7 of 7
A Nurse on end-of-life: “There isn’t any real way to prepare parents for it.”
SHARE
73 / 75
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;
}">