SHARE
Video
SHARE
Theme: Siblings at End of Life
Educating others to talk openly and honestly about illness and death: When you share the unbearable, it becomes bearable.
Page: 1 of 2
Educating others to talk openly and honestly about illness and death: When you share the unbearable, it becomes bearable.
3 / 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;
}">