A credentialed expert who evaluates, trains, and empowers individuals with visual impairments to use assistive technology for independence in education, employment, and daily life.
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;
}">