SHARE
Videos
SHARE
Theme: Caregiver self-care
Parents on the burden of chronic caregiving (with inadequate nursing). “I am so used to my circumstances that I don’t realize the stress.”
Page: 1 of 4
Parents on the burden of chronic caregiving (with inadequate nursing). “I am so used to my circumstances that I don’t realize the stress.”
2 / 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;
}">