SHARE
Videos
SHARE
Theme: Anticipatory grief
I don’t know what I’m going to do when I don’t have to worry.
Page: 5 of 6
I don’t know what I’m going to do when I don’t have to worry.
49 / 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;
}">