SHARE
Videos
Theme: Tracheostomy
Trach: the outcome for the child, outcome for the parents. The two parents aren’t always on the same page.
Page: 4 of 4
Trach: the outcome for the child, outcome for the parents. The two parents aren’t always on the same page.
SHARE
37 / 37
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;
}">