-
He should be 8. I should be at Little Le...
-
My grief has changed over the years but ...
-
I feel like I need to be a better person...
-
It’s another sort of loss.
-
I’m most proud …
-
An on-going, never-ending state of being...
-
Grief is a normal process but it can get...
-
Processing grief happens in lots of diff...
-
My fear is that I’m not spending enoug...
-
Give yourself permission to go on with y...
-
Time passing is really hard.
-
The biggest transition is people not com...
SHARE
Videos
Theme: Bereavement: The Grief Experience
He should be 8. I should be at Little League games.
Page: 4 of 5
He should be 8. I should be at Little League games.
SHARE
37 / 53
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;
}">