SHARE
Videos
SHARE
Theme: Advocating for your child
Getting the information that matters from the family: Asking the right questions
Page: 3 of 10
Getting the information that matters from the family: Asking the right questions
25 / 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;
}">