SHARE
Videos
Theme: Communicating about the Diagnosis
Sharing the news of a genetic diagnosis and what it might mean for others in the family.
Page: 2 of 2
Sharing the news of a genetic diagnosis and what it might mean for others in the family.
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;
}">