SHARE
Videos
SHARE
Theme: Spinal Fusion
Spinal Fusion Surgery: involving the child, telling the child.
Page: 3 of 4
Spinal Fusion Surgery: involving the child, telling the child.
25 / 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;
}">