SHARE
Videos
SHARE
Theme: Bereavement: Maintaining Connection, Continuing Bonds
Mom: Through all of our painful experiences we do give birth to a strength
Page: 2 of 5
Mom: Through all of our painful experiences we do give birth to a strength
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;
}">