Home
>
Videos
>
I really like working with parents. It is a partnership. There is something magical that happens when everybody is thinking about another human being together.
SHARE
Video
I really like working with parents. It is a partnership. There is something magical that happens when everybody is thinking about another human being together.
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;
}">