SHARE
Videos
SHARE
Theme: Palliative Care
The value of Palliative Care: At first I thought they were the Grim Reaper, but I learned they would always be there for us.
Page: 4 of 9
The value of Palliative Care: At first I thought they were the Grim Reaper, but I learned they would always be there for us.
37 / 107
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;
}">