SHARE
Videos
SHARE
Theme: Caregiver self-care
You have to take time for yourself and your relationship.
Page: 2 of 4
You have to take time for yourself and your relationship.
13 / 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;
}">