-
PostLearning Her Again; A Mother’s Understanding of Baseline -
PostDid I Play God? -
PostNavigating therapies when your child has a rare and fatal disease -
PostYour Child’s Baseline and Time Under Tension -
PostA Parent's Narrative of Their Child is the Baseline -
PostA Physical Therapist’s Perspective on Shifting Baseline
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;
}">