SHARE
Videos
SHARE
Theme: Transition to Adulthood
Mom, Natalie, introduces the story of her now 23-year-old daughter Emma.
Mom, Natalie, introduces the story of her now 23-year-old daughter Emma.
3 / 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;
}">