SHARE
Videos
Theme: Shared Decision-Making
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
Page: 6 of 6
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
61 / 64
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;
}">