SHARE
Videos
SHARE
Theme: Caregiver self-care
Writing to process for both mom and grandmother: Observing the experience; Preserving the memories
Page: 3 of 4
Writing to process for both mom and grandmother: Observing the experience; Preserving the memories
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;
}">