SHARE
Videos
Theme: Goals of Care
Slowly realizing there is no way we're going to beat this thing.
Page: 7 of 7
Slowly realizing there is no way we're going to beat this thing.
SHARE
73 / 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;
}">