SHARE
Video
SHARE
Theme: Hope
Sydney has totally changed the way I look at life: there’s gratitude, and also the flip side.
Page: 1 of 3
Sydney has totally changed the way I look at life: there’s gratitude, and also the flip side.
6 / 32
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;
}">