SHARE
Videos
SHARE
Theme: Extended Family and Friends
Extended Family: Giving is living. This is a choice we’re making.
Page: 1 of 4
Extended Family: Giving is living. This is a choice we’re making.
3 / 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;
}">