SHARE
Videos
Theme: Bereavement: Maintaining Connection, Continuing Bonds
Bereavement: What to do with my daughter’s STUFF - toys, clothes
Page: 5 of 5
Bereavement: What to do with my daughter’s STUFF - toys, clothes
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;
}">