This page isn't anything special, it's just a dumping ground for various HTML/CSS/Javascript things I've tried to do. I might share code if I manage to make it concise enough to be worth sharing.
If you want to use some code from this page, go ahead!
Please note that this page will be VERY animation-heavy.
Experiment 1: Marquee-less Marquee
Objective: Create a working replacement for the Marquee tag, which is unsupported on Firefox.
Additionally, this marquee should be a) paused on hover and b)toggleable.
I don't really like marquee elements myself, and I don't think they fit the vibe of this site. But I did want to try my hand at making one.
My button collection is not very large so please bear with me. trust me, these work
The original Marquee code was pulled from here: Marquee without using a Marquee tag
Exhibit 1: Horizontal / Becomes Button Wall
View a simplified example and download the code HERE
Exhibit 2: Horizontal / Becomes Scrollable
View a simplified example and download the code HERE
Exhibit 3: Vertical / Becomes Scrollable
(left version for buttons, right version for blinkies)
View a simplified example and download the code HERE
Experiment 2: RGBorders
Objective- Make buttons with borders that have gradient animations on hover.
The second version is a more sophisticated version of the first that utilizes keyframes.
The real capital-G Gamers out there would probably want them to have rounded borders, but I couldn't figure those out, so you get these square corners instead.
Used these two articles for reference: We can finally animate CSS gradients and CSS Gradient Borders
View a simplified example and download the code HERE
View a simplified example and download the code HERE
Hello World!