SHARE
Videos
SHARE
Theme: Caregiver self-care
A pediatric neurologist on helping parents understand they need a break/respite.
Page: 1 of 4
A pediatric neurologist on helping parents understand they need a break/respite.
7 / 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;
}">