SHARE
Videos
SHARE
Theme: Palliative Care
Talking directly with parents: If we would just come out and say ...
Page: 9 of 9
Talking directly with parents: If we would just come out and say ...
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;
}">