SHARE
Videos
SHARE
Theme: Extended Family and Friends
"I learned you can't take care of the future by planning."
Page: 4 of 4
"I learned you can't take care of the future by planning."
37 / 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;
}">