0:00
0:00
(60 * acc) + +time);
const bounds = event.currentTarget.getBoundingClientRect();
const x = event.clientX - bounds.left;
const percentage = x / $refs.bar.clientWidth * 100;
const seek = seconds * (percentage / 100);
if (!playing) {
audio.play();
audio.seek(seek);
} else {
audio.seek(seek);
}
" class="relative w-full h-10 cursor-pointer transition duration-700 scale-y-0" :class="{ 'scale-y-0': !loaded }">
May 19, 2021
The Prodigal Son
Recent Assorted Audio
Sign Up for Ministry Updates