SHARE
Videos
SHARE
Theme: Caregiver self-care
Parenting a medically complex child: Letting go of the PUSH and the expectations.
Page: 3 of 4
Parenting a medically complex child: Letting go of the PUSH and the expectations.
28 / 48
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;
}">