SHARE
Video Collection
Preparing for End-of-Life
A mother on the agonizing decision to transition to Hospice Care: “It felt like nobody talks about it.”
SHARE
1 / 5
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;
}">