Videos
SHARE
Theme: Neurology
A pediatric neurologist on talking with patient families on what they are willing to tolerate: "Are we having enough good days?"
A pediatric neurologist on talking with patient families on what they are willing to tolerate: "Are we having enough good days?"
1 / 11
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;
}">