Event
IN THE ROOM: Moving through Anticipatory Grief
May 25, 2020 7:00 pm
Video Recap
The Panelists
Rachel Rusch LCSW, MSW, MA
View Bio
Bo Bigelow, parent
View Bio
Laura Will, parent
View Bio
Michele Calahan-Williams, parent
View Bio
Made possible by a grant from:
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;
}">