Home
>
Videos
>
There was a lot of veiled language around these decisions. What does ‘goals’ even mean? We had to find other parents to get a sense of what to expect.
SHARE
Video
There was a lot of veiled language around these decisions. What does ‘goals’ even mean? We had to find other parents to get a sense of what to expect.
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;
}">