SHARE
Videos
SHARE
Theme: Caregiver self-care
My Present-Self message to my Past-Self: “You are doing a good job. You can take a rest.”
Page: 3 of 4
My Present-Self message to my Past-Self: “You are doing a good job. You can take a rest.”
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;
}">