SHARE
Videos
Theme: Bereavement: The Grief Experience
A social worker: When parents ask ‘How do parents do this?’ I talk about the trajectory of grief.
Page: 5 of 5
A social worker: When parents ask ‘How do parents do this?’ I talk about the trajectory of grief.
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;
}">