SHARE
Videos
SHARE
Theme: Guilt and Regret
Worrying about past decisions, the past, does have an effect on your body. … Yoga just felt good to me.
Page: 2 of 2
Worrying about past decisions, the past, does have an effect on your body. … Yoga just felt good to me.
13 / 24
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;
}">