Blog
Families and clinicians reflect on the lived experience of caring for children with a serious medical condition.
Featured Posts
382 resources found
Filter by:
Theme
Perspective
Diagnosis
Sort By
382 resources found
Page: 32 of 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;
}">