SHARE
Videos
SHARE
Theme: Caregiver self-care
A neurologist on validating for parents how their situation isn’t normal. "This isn't how most people live."
Page: 1 of 4
A neurologist on validating for parents how their situation isn’t normal. "This isn't how most people live."
8 / 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;
}">