SHARE
Video
SHARE
Theme: Goals of Care
Something always comes up. You do it again and again and again.
Page: 6 of 7
Something always comes up. You do it again and again and again.
61 / 80
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;
}">