SHARE
Videos
SHARE
Theme: Palliative Care
Once we understood what it was, we got on board pretty quickly.
Page: 7 of 9
Once we understood what it was, we got on board pretty quickly.
73 / 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;
}">