SHARE
Videos
Theme: Family Planning
I'm learning more and more that there's not grief and, it doesn't have to be one over the other.
Page: 3 of 3
I'm learning more and more that there's not grief and, it doesn't have to be one over the other.
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;
}">