SHARE
Videos
Theme: Clinical Trial: Qualifying
A Canavan mom on learning gene therapy was on the horizon and getting information from the company. “Information is being shared the way it needs to be shared.”
Page: 2 of 2
A Canavan mom on learning gene therapy was on the horizon and getting information from the company. “Information is being shared the way it needs to be shared.”
SHARE
13 / 15
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;
}">