SHARE
Videos
SHARE
Theme: Receiving the Diagnosis
In the early scary days, with shock of diagnosis, parents don’t register the supportive resources they are handed.
Page: 2 of 4
In the early scary days, with shock of diagnosis, parents don’t register the supportive resources they are handed.
13 / 39
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;
}">