ransei
8 months ago
Hello! Np :) Just use HTML tag like this: "marquee scrolldelay="100"" (srry, I can't paste tags here) and things you want to scroll inside the tags
devhank
8 months ago
Got sick today, the spring semester is coming soon, will try to finish 2 kpop crochet rows (exo exist era and enhypen desire:unleash era)
devhank
8 months ago
I thought keeping interactive containers like clicking blinkies/buttons so the page changes the current displayed image... was quite bland. I decided to put radio buttons, checkboxes and more, if your inputs are correct, your blinkie/button clicks can change the current displayed image
devhank
8 months ago
just added the 1st footer to my site (I'll finish setting up my ko-fi, patreon, buy me a coffee, tipeee, liberapay accounts if yall want to support me!)
pundone
8 months ago
I don't know, just seems very all over the place. love how untraditional it is.
Yep! it's simple to make. you have to create a div with an id of "loadingScreen" in your HTML document, then you can use this simple code in your JS file to hide it: window.onload = function(){var loadScreen = document.getElementById("loadingScreen"); loadScreen.style.opacity = "0"; setTimeout(function () {loadScreen.style.display = "none"},300);}