SHARE
Video
SHARE
Theme: NICU
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: 3 of 3
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
25 / 32
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;
}">