SHARE
Videos
SHARE
Theme: Bereavement: Maintaining Connection, Continuing Bonds
“There are six of us, not five.”
Page: 1 of 5
“There are six of us, not five.”
2 / 53
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;
}">