Home
>
Videos
>
It’s easy to get overwhelmed; so being an integral part of your child’s care team allows you to have conversations and know why you’re having them
SHARE
Video
It’s easy to get overwhelmed; so being an integral part of your child’s care team allows you to have conversations and know why you’re having them
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;
}">