SHARE
Videos
SHARE
Theme: Partnership and Marriage
Mom wants to know what it’s going to be like; Dad doesn’t until he gets there.
Page: 2 of 4
Mom wants to know what it’s going to be like; Dad doesn’t until he gets there.
14 / 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;
}">