SHARE
Video
SHARE
Theme: Hope
Coming to a place of acceptance, over time. “OK, this is my life now.”
Page: 1 of 3
Coming to a place of acceptance, over time. “OK, this is my life now.”
5 / 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;
}">