SHARE
Videos
Theme: Bereavement: Maintaining Connection, Continuing Bonds
Anniversary/Special Days - “Sometimes I want her acknowledged, to share, sometimes I don’t.”
Page: 5 of 5
Anniversary/Special Days - “Sometimes I want her acknowledged, to share, sometimes I don’t.”
SHARE
49 / 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;
}">