Live data from Hacker News

Spinning Diagrams with CSS

x.st

41–45 of 45 posts

Re: Spinning Diagrams with CSS

#43
3D 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

#45
post #5

Here'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.
Post reply on HN