SHARE
Videos
Theme: Receiving the Diagnosis
Learning our son had a rare genetic disease: It was a whirlwind.
Page: 4 of 4
Learning our son had a rare genetic disease: It was a whirlwind.
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;
}">