I'm more impressed with the domain name.
Spinning Diagrams with CSS
41–45 of 45 posts
Re: Spinning Diagrams with CSS
#42[dead]
Re: Spinning Diagrams with CSS
#433D CSS is actually super powerful, and once you wrap your head around how transforms interact with each other you can use it like any other 3D library.
Me and a friend made a game using 3D CSS a few years ago: https://js13kgames.com/entries/3dc5s.
I'm not sure I'd ever use it again for something that large as it's a hell of a lot of work but so satisfying once you see the monstrosity you've created running!
Re: Spinning Diagrams with CSS
#44Great example of how absurdly powerful (yet simple) CSS is. Try doing this in one line with literally any other UI technology in existence.
Re: Spinning Diagrams with CSS
#45Here's a fluid-width cube carousel you can stop at its faces: https://ericfortis.github.io/web-animations/#-fluid-3d-cube-... Source: https://github.com/ericfortis/web-animations/blob/main/3d-ca...
FYI, contrarily to the original post, this does not work with javascript disabled.