SHARE
Videos
SHARE
Theme: Palliative Care
Pediatric cancer, Pain, and Palliative Care: from the parents and the doctors.
Page: 3 of 9
Pediatric cancer, Pain, and Palliative Care: from the parents and the doctors.
25 / 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;
}">