SHARE
Videos
SHARE
Theme: Anticipatory grief
Beginning parenthood in the NICU: There wasn’t enough support for us.
Page: 3 of 6
Beginning parenthood in the NICU: There wasn’t enough support for us.
25 / 66
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;
}">