SHARE
Videos
SHARE
Theme: Palliative Care
From a Nurse: How I first get to know a family and their goals
Page: 9 of 9
From a Nurse: How I first get to know a family and their goals
97 / 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;
}">