SHARE
Videos
Theme: Clinical Trial: Basics
Clinical Trials: A mom on her child participating in a natural history study
Page: 2 of 2
Clinical Trials: A mom on her child participating in a natural history study
SHARE
16 / 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;
}">