SHARE
Videos
SHARE
Theme: Bereavement: Maintaining Connection, Continuing Bonds
CPN's In the Room: Continuing Bonds and Honoring Your Child's Legacy
Page: 2 of 5
CPN's In the Room: Continuing Bonds and Honoring Your Child's Legacy
13 / 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;
}">