Home
>
Videos
>
Message to parents: Trust your intuition. Message to clinicians: Listen to what the child and parents want and do whatever you can to make that happen.
SHARE
Video
Message to parents: Trust your intuition. Message to clinicians: Listen to what the child and parents want and do whatever you can to make that happen.
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;
}">