SHARE
Video
SHARE
Theme: Spirituality and Religion
Oh my gosh, is she going to heaven?
Page: 4 of 4
Oh my gosh, is she going to heaven?
37 / 44
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;
}">