SHARE
Video
SHARE
Theme: NICU
Maturing into parenting a medically complex child: You don't even realize how you're walking but you're just moving some kind of way.
Page: 1 of 3
Maturing into parenting a medically complex child: You don't even realize how you're walking but you're just moving some kind of way.
10 / 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;
}">