SHARE
Videos
Theme: Siblings at End of Life
Communicating with the siblings: What can we do to make this as less traumatic as possible, to minimize damage.
Page: 2 of 2
Communicating with the siblings: What can we do to make this as less traumatic as possible, to minimize damage.
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;
}">