SHARE
Videos
SHARE
Theme: Extended Family and Friends
Aunts and Uncles Reflect: When I think about Havi, I think about the purest laughter and joy and heart.
Page: 2 of 4
Aunts and Uncles Reflect: When I think about Havi, I think about the purest laughter and joy and heart.
13 / 45
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;
}">