SHARE
Video Collection
Writing as Healing
Writing as healing, during her life and in bereavement: “It forced us to be with our Grief … And now it’s a portal to her.”
SHARE
1 / 7
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;
}">