SHARE
Video Collection
Rick Goldstein, MD
Attending Physician, Pediatric Advanced Care Team at Boston Children’s Hospital and Dana-Farber Cancer Institute
This is How We Live: This Thing Called Baseline
SHARE
1 / 6
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;
}">