In Pieces – A CSS-based exhibition celebrating evolutionary distinction
11–20 of 26 posts
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#12Not sure how it was accomplished, but is another very nice touch to an impressive display.
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#13Lol how do people get this good at css. Whenever I get a css ticket at work I inevitably find myself in the chrome inspector twiddling levers and switches until it looks juuuuust right... And then doing it all over again in a day after QA kicks it back with a "misaligned on Firefox" comment
We learned how to create animations, how to render 3D models, how to do videos editing, how to do web front-end (advanced css + js), how to do backend web programming and how to create native apps.
It's a lot easier to be good at css when you actually learn it from teachers.
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#14Would love to hear the story behind its development. That kinda CSS would be pretty tedious to write.
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#15Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#16Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#17I believe this is pretty old one or more years.. also it doesn't work on firefox.
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#18The fact that this looks as amazing as ever on my JS disabled browser is well...amazing! Would love to hear the story behind its development. That kinda CSS would be pretty tedious to write.
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#19Lol how do people get this good at css. Whenever I get a css ticket at work I inevitably find myself in the chrome inspector twiddling levers and switches until it looks juuuuust right... And then doing it all over again in a day after QA kicks it back with a "misaligned on Firefox" comment
Re: In Pieces – A CSS-based exhibition celebrating evolutionary distinction
#20Lol how do people get this good at css. Whenever I get a css ticket at work I inevitably find myself in the chrome inspector twiddling levers and switches until it looks juuuuust right... And then doing it all over again in a day after QA kicks it back with a "misaligned on Firefox" comment
If you can have a designer draw up the basic design, then you can one-by-one take the shards & put them into place with CSS. From there you can set up some animations on specific shards to make it seem like everything's moving together. From there, you basically have one animal. It'd be time-consuming, but would work.
The css selector for a particular animal's shards start with a `.` class selector, so that you change the animal class in a parent and all the shards move into place.
It looks like they're still using some javascript to set "states", which seem to trigger animations. I'm honestly not sure why they decided to do that rather than just using keyframes with animations, though I imagine that it may have been that animations were firing before the transition between animals finished, which would have caused a little bit of weirdness.