SHARE
Videos
Theme: Clinical Trial: Decision-Making
Clinical Trials: Is this really the right thing for my child?
Page: 3 of 3
Clinical Trials: Is this really the right thing for my child?
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;
}">