SHARE
Videos
SHARE
Theme: Caregiver self-care
Meditation in bereavement has been important for me.
Page: 3 of 4
Meditation in bereavement has been important for me.
25 / 48
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;
}">