SHARE
Video
SHARE
Theme: Goals of Care
There was a lot of veiled language around these decisions. What does ‘goals’ even mean? We had to find other parents to get a sense of what to expect.
Page: 2 of 7
There was a lot of veiled language around these decisions. What does ‘goals’ even mean? We had to find other parents to get a sense of what to expect.
13 / 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;
}">