SHARE
Videos
Theme: Advocating for your child
We said, “We want to be part of the Solution.”
Page: 10 of 10
We said, “We want to be part of the Solution.”
SHARE
109 / 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;
}">