Help Implementing a Preloader Into A Website (100 cycles)

https://preloader-bounty-for-shiftyboo.jayayseaohbee14.repl.co is the preloader

LC Photo Gallery - Replit is where I need to put it in.

PM me if you want to help!

3 Likes

Looks great!

2 Likes

Uh can I still help?

1 Like

Sure!

1 Like

Well, anytime you click on a link, display the preloader before redirecting

1 Like

Yes Im paying someone 100 cycles to do that

who? (I’m blind now lol I have selective vision I see JASOB14)

Whoever does it first lol

Uh didn’t qwerty already do it?

She says she did, but it doesnt work on my end (not saying shes lying, im just saying it doesnt work)

Uh, so what’s the link?

It looks really good :+1:

Help me, I’m a noob. Can someone tell me how you actually load the assets and stuff in the background?

Shes doing it now

okey:

I meant to send this 27 hrs before (but bc of my ban)

<script>
function goto(url){
    document.querySelector("#loader").style.display="fixed";
</script>
<a onclick="goto('https://example.com'">here</a>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.