SHARE
Videos
Theme: Spinal Fusion
Spinal Fusion Surgery and Decision-Making: Parents need to be kind to themselves.
Page: 4 of 4
Spinal Fusion Surgery and Decision-Making: Parents need to be kind to themselves.
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;
}">