SHARE
Videos
SHARE
Theme: Guilt and Regret
The antidote to regret: the mantra – ‘These are loving decisions.’
Page: 1 of 2
The antidote to regret: the mantra – ‘These are loving decisions.’
2 / 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;
}">