SHARE
Videos
Theme: Clinical Trial: Emotions
How can I best advocate for my child?
Page: 2 of 2
How can I best advocate for my child?
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;
}">