Home
>
Videos
>
How parental decision-making changes over time: growing confidence and a familiarity with how it feels that makes it feel more tolerable
SHARE
Video
How parental decision-making changes over time: growing confidence and a familiarity with how it feels that makes it feel more tolerable
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;
}">