Home
>
Videos
>
"My race does play a role in my need to strive to be overly on top of information. I want to be taken seriously as Jackson's advocate."
SHARE
Video
SHARE
“My race does play a role in my need to strive to be overly on top of information. I want to be taken seriously as Jackson’s advocate.”
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;
}">