SHARE
Videos
Theme: Advance Care Planning
It’s tough to talk about end-of-life preparedness, but it’s part of what we have to go through
Page: 4 of 4
It’s tough to talk about end-of-life preparedness, but it’s part of what we have to go through
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;
}">