SHARE
Videos
Theme: Family Planning
The anxiety about having more children. “The way I have coped is just to assume the worst.”
Page: 3 of 3
The anxiety about having more children. “The way I have coped is just to assume the worst.”
SHARE
25 / 26
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;
}">