SHARE
Videos
SHARE
Theme: Anticipatory grief
Elizabeth likes to talk things out. It’s not my first preference.
Page: 6 of 6
Elizabeth likes to talk things out. It’s not my first preference.
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;
}">