-
PostThe Good Parent -
PostAltered by Love -
PostReturning to Parent -
PostWhy I Laugh in the Face of My Daughter’s Life and Death -
PostAdjusting the Nest -
PostDid I Play God?
SHARE
Videos
SHARE
Theme: Guilt and Regret
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;
}">