SHARE
Video Collection
Shifting Expectations
Learning to let go of the therapies that weren’t serving him.
SHARE
1 / 7
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;
}">