SHARE
Videos
SHARE
Theme: Palliative Care
Spinal Fusion Surgery: Creating a space to consider the decision
Page: 9 of 9
Spinal Fusion Surgery: Creating a space to consider the decision
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;
}">