SHARE
Videos
SHARE
Theme: Palliative Care
We try to make sure they are as prepared as they can be for parents.
Page: 9 of 9
We try to make sure they are as prepared as they can be for parents.
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;
}">