Credits
COPING WITH LOSS has been made possible with generous funding from The Parmenter Foundation. Its content reflects the professional expertise and contributions of content advisors: Nancy Frumer-Styron, PhD; Taryn Schuelke, MS, CT CCLS; Laura Basili, PhD; Cassie Matz, MSW, LCSW; and Justine Dellaria, LICSW.
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;
}">