SHARE
Videos
Theme: Tracheostomy
Decision-Making: the gift of time to figure out what your child needs and what you can handle. (CPAP vs Trach)
Page: 4 of 4
Decision-Making: the gift of time to figure out what your child needs and what you can handle. (CPAP vs Trach)
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;
}">