SHARE
Videos
Theme: Siblings at End of Life
Emotion in front of the children: The rule of thumb is you stay several steps LESS upset than they are.
Page: 2 of 2
Emotion in front of the children: The rule of thumb is you stay several steps LESS upset than they are.
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;
}">