SHARE
Videos
SHARE
Theme: Advocating for your child
We are not other: It could just as easily been you.
Page: 7 of 10
We are not other: It could just as easily been you.
73 / 109
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;
}">