SHARE
Video
SHARE
Theme: Siblings at End of Life
Illness and Loss: What is mentionable is manageable.
Page: 1 of 2
Illness and Loss: What is mentionable is manageable.
6 / 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;
}">