Home
>
Videos
>
Distrust: We have given parents a lot of reasons to think there is not a partnership there. We don’t communicate as we should: we don’t ask for permission; we aren’t transparent with information.
SHARE
Video
Distrust: We have given parents a lot of reasons to think there is not a partnership there. We don’t communicate as we should: we don’t ask for permission; we aren’t transparent with information.
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;
}">