SHARE
Videos
Theme: Communicating about the Diagnosis
A mother’s need to get as much information as possible; while the pediatrician may be protecting against too much.
Page: 2 of 2
A mother’s need to get as much information as possible; while the pediatrician may be protecting against too much.
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;
}">