SHARE
Videos
Theme: Advance Care Planning
It's helpful to ask questions about end-of-life. You can never have too much information. It is good to have a plan.
Page: 4 of 4
It's helpful to ask questions about end-of-life. You can never have too much information. It is good to have a plan.
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;
}">