SHARE
Videos
Theme: Spinal Fusion
Spinal Fusion Surgery: Sometimes there is an obvious indicator; sometimes there isn’t.
Page: 4 of 4
Spinal Fusion Surgery: Sometimes there is an obvious indicator; sometimes there isn’t.
SHARE
37 / 39
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;
}">