SHARE
Videos
Theme: Receiving the Diagnosis
Andy, a diagnosis at birth. “I immediately asked, “what is wrong with my son?”
Page: 4 of 4
Andy, a diagnosis at birth. “I immediately asked, “what is wrong with my son?”
SHARE
37 / 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;
}">