Event
IN THE ROOM: Transitioning to Adulthood for the Fully-Dependent Child
March 13, 2021 8:00 pm
Video Recap
The Panelists
Merlie Jackson, mother of Jessie.
View Bio
June Ganley, mother of Katie.
View Bio
Kami Guthrie, guardian to Brian.
View Bio
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;
}">