SHARE
Videos
Theme: Receiving the Diagnosis
With the diagnosis comes the need to DO SOMETHING! (CLN2 / Batten)
Page: 4 of 4
With the diagnosis comes the need to DO SOMETHING! (CLN2 / Batten)
SHARE
37 / 39
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;
}">