SHARE
Video
SHARE
Theme: Transition to Adulthood
It takes work to find a provider who is willing and has the expertise
It takes work to find a provider who is willing and has the expertise
9 / 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;
}">