SHARE
Videos
Theme: Anticipatory grief
The benefit and blessing of going day-to-day
Page: 6 of 6
The benefit and blessing of going day-to-day
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;
}">