Home
>
Videos
>
A mom: I am finding my own way. I like to gather information from other parents for hypotheticals and mull it over. I'm not one of these people that wants to make decisions in advance.
SHARE
Video
A mom: I am finding my own way. I like to gather information from other parents for hypotheticals and mull it over. I’m not one of these people that wants to make decisions in advance.
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;
}">