SHARE
Videos
SHARE
Theme: Palliative Care
In the Zoom Room Recording: What does a good day look like?
Page: 8 of 9
In the Zoom Room Recording: What does a good day look like?
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;
}">