SHARE
Videos
Theme: Clinical Trial: Emotions
For the patient that doesn't qualify, there are other ways to participate
Page: 2 of 2
For the patient that doesn't qualify, there are other ways to participate
SHARE
13 / 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;
}">