SHARE
Videos
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: 2 of 2
Educating others to talk openly and honestly about illness and death: When you share the unbearable, it becomes bearable.
SHARE
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;
}">