SHARE
Videos
Theme: Partnership and Marriage
It’s important that information get shared.
Page: 4 of 4
It’s important that information get shared.
SHARE
37 / 37
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;
}">