SHARE
Videos
Theme: Communicating about the Diagnosis
A diagnosis of Krabbe; and the medical team getting to meet him before his condition progressed.
Page: 2 of 2
A diagnosis of Krabbe; and the medical team getting to meet him before his condition progressed.
SHARE
13 / 16
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;
}">