SHARE
Videos
Theme: Clinical Trial: Emotions
Clinical Trials: Expectations – Holding on to Hope. (CLN2 / Batten)
Page: 2 of 2
Clinical Trials: Expectations – Holding on to Hope. (CLN2 / Batten)
SHARE
14 / 16
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;
}">