SHARE
Videos
Theme: Shared Decision-Making
Offering parents information and giving them the space to reflect: Are we getting the right balance?
Page: 6 of 6
Offering parents information and giving them the space to reflect: Are we getting the right balance?
SHARE
61 / 64
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;
}">