Media Library
Hear from and learn from fellow parents and clinicians in videos, guides and blog posts.
66 resources found
Filter by:
Media Type
Theme
Perspective
Diagnosis
Sort By
66 resources found
Page: 3 of 6
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;
}">