SHARE
Videos
SHARE
Theme: Advocating for your child
It’s exhausting to sort out all the different perspectives from specialists. Parents can ASK FOR HELP.
Page: 8 of 10
It’s exhausting to sort out all the different perspectives from specialists. Parents can ASK FOR HELP.
85 / 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;
}">