SHARE
Videos
Theme: Receiving the Diagnosis
Wondering if your child is going to be the exception. “There are always those cases.”
Page: 4 of 4
Wondering if your child is going to be the exception. “There are always those cases.”
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;
}">