SHARE
Videos
SHARE
Theme: Caregiver self-care
My evolution as a new parent (and heart mom) has been enormous. At some point you have to manage the reality of your life.
Page: 2 of 4
My evolution as a new parent (and heart mom) has been enormous. At some point you have to manage the reality of your life.
16 / 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;
}">