SHARE
Videos
SHARE
Theme: Advocating for your child
There’s a shift that happens emotionally.
Page: 9 of 10
There’s a shift that happens emotionally.
97 / 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;
}">