SHARE
Videos
SHARE
Theme: Transition to Adulthood
The system and world is really not set up for these children to become adults.
The system and world is really not set up for these children to become adults.
2 / 12
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;
}">