SHARE
Videos
Theme: Bereavement: The Grief Experience
To pediatric providers: “There is no way to make child death easier but there is a way to help parents feel more supported.”
Page: 5 of 5
To pediatric providers: “There is no way to make child death easier but there is a way to help parents feel more supported.”
SHARE
49 / 53
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;
}">