SHARE
Videos
Theme: Advance Care Planning
Anticipatory Guidance: Dr. Hauer helped me anticipate how the end might look, coming on slowly.
Page: 4 of 4
Anticipatory Guidance: Dr. Hauer helped me anticipate how the end might look, coming on slowly.
SHARE
37 / 42
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;
}">