SHARE
Videos
Theme: Goals of Care
The notion of REVERSIBILITY to inform decision-making; and asking “Has it gotten harder for this child to live in their body?”
Page: 7 of 7
The notion of REVERSIBILITY to inform decision-making; and asking “Has it gotten harder for this child to live in their body?”
SHARE
73 / 80
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;
}">