SHARE
Videos
SHARE
Theme: Transition to Adulthood
What does it take to support a child transitioning to adulthood? You need to care enough to take the time to understand, to communicate with other physicians, to do paperwork; to figure it out
What does it take to support a child transitioning to adulthood? You need to care enough to take the time to understand, to communicate with other physicians, to do paperwork; to figure it out
9 / 12
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;
}">