SHARE
Videos
SHARE
Theme: Caregiver self-care
Hard terrain for any human being to navigate: What am I in control of? What is the universe in control of?
Page: 2 of 4
Hard terrain for any human being to navigate: What am I in control of? What is the universe in control of?
17 / 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;
}">