SHARE
Video
SHARE
Theme: Palliative Care
In our model we fall in love with your kids, and are a continuity factor.
Page: 8 of 9
In our model we fall in love with your kids, and are a continuity factor.
85 / 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;
}">