SHARE
Videos
Theme: Family Planning
It’s one thing to NOT know you’re a carrier, it’s another thing to know you run the risk.
Page: 3 of 3
It’s one thing to NOT know you’re a carrier, it’s another thing to know you run the risk.
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;
}">