SHARE
Videos
SHARE
Theme: Advocating for your child
“We were trying to prepare her for becoming her own advocate. You need to be forthright.”
Page: 5 of 10
“We were trying to prepare her for becoming her own advocate. You need to be forthright.”
49 / 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;
}">