SHARE
Videos
Theme: Anticipatory grief
One day, I just stopped thinking about it so much.
Page: 6 of 6
One day, I just stopped thinking about it so much.
SHARE
61 / 66
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;
}">