SHARE
Videos
SHARE
Theme: Caregiver self-care
To help process grief - I think any kind of physical movement is imperative.
Page: 3 of 4
To help process grief - I think any kind of physical movement is imperative.
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;
}">