SHARE
Videos
Theme: Shared Decision-Making
Problems of the CNS: What are family’s expectations: ‘Fix’ vs Accepting a change in baseline.
Page: 6 of 6
Problems of the CNS: What are family’s expectations: ‘Fix’ vs Accepting a change in baseline.
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;
}">