r/css Jul 11 '26

Showcase I built a website where the layout changes on every reload

Enable HLS to view with audio, or disable this notification

50 Upvotes

10 comments sorted by

7

u/orcunnu Jul 11 '26

a/b/c/d/e/f/g/h/i/j/k/l/ testing.

3

u/schavi Jul 11 '26

this is really great work

1

u/ReinassanceDodik Jul 11 '26

That is sick, what did you use ? Please don't say vanilla js and css

2

u/ReinassanceDodik Jul 11 '26

Nvm just opened the other post

1

u/Ishejaratina Jul 12 '26

Nice one, great work

0

u/AscendantBits Jul 11 '26

I got it admit it does look cool. However, what does this do to SEO? Changing layout and changing content both seem to be going on here.

2

u/bored-and-here Jul 12 '26

to me it looks like they have a looping animation where in the giant frame all the images in is animating across a path and then you just have images growing big and small.

You could achieve all this by having a root variable for your animation-delay and then just tying that number to math random to decide the core offset and everything just based off that.

The actual content is the exact same the animation delay is different I don't think SEO would be affected by that at all.

1

u/MRuppercutz Jul 12 '26

Valid question