SHARE
Videos
Theme: Clinical Trial: Decision-Making
Clinical Trials: You still need to be an advocate for your child. (CLN2 / Batten)
Page: 3 of 3
Clinical Trials: You still need to be an advocate for your child. (CLN2 / Batten)
SHARE
25 / 28
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;
}">