Event
SHARE
IN THE ROOM: Where Do We Fit In? The Extended Family Experience
October 27, 2021 8:00 pm
Video Recap
The Panelists
Sandi
View Bio
Leah
View Bio
Dani
View Bio
Robin
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;
}">