SHARE
Video
SHARE
Theme: NICU
Decision-making in the NICU: When the mom and dad are thinking at different scales of time
Page: 1 of 3
Decision-making in the NICU: When the mom and dad are thinking at different scales of time
5 / 32
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;
}">