SHARE
Video Collection
Understanding the Benefits of Adult Providers
Transitioning to Adulthood: Sometimes a new provider’s perspective can be helpful.
SHARE
1 / 3
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;
}">