SHARE
Videos
Theme: Goals of Care
Dropping the illusion of control: Shifting from progress to love and play
Page: 7 of 7
Dropping the illusion of control: Shifting from progress to love and play
SHARE
73 / 80
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;
}">