https://impress.js.org/ uses this extensively to create impressive presentations.
3D in CSS
21–30 of 99 posts
Re: 3D in CSS
#22Re: 3D in CSS
#23This lorem ipsum works so-so on Safari. The text can be selected and it only rotates after selecting and deselecting it
Re: 3D in CSS
#24https://impress.js.org/ uses this extensively to create impressive presentations.
Re: 3D in CSS
#25Earlier quoted context omitted.
Just like overused Powerpoint transitions, I can see this getting old quickly.
I've never seen this before, so not sure how it's normally used. But I like it a lot. Instead of randomly using transforms to add "flair" to your presentation, it looks useful for presenting multiple scales of diagrams in an intuitive way. It's like powerpoint + https://c4model.com/ .
Re: 3D in CSS
#26I forget the name of the effect, but it's the one where the background may have images that move at different rates as the page scroll increases. Over the years I've seen many, many terrible implementations of that effect with JavaScript. The correct and highly performant way to do that is using perspective. It's an effect that can be done entirely in css.
I think you mean parallax scroll?
Re: 3D in CSS
#27I forget the name of the effect, but it's the one where the background may have images that move at different rates as the page scroll increases. Over the years I've seen many, many terrible implementations of that effect with JavaScript. The correct and highly performant way to do that is using perspective. It's an effect that can be done entirely in css.
Parallax?
Re: 3D in CSS
#28Re: 3D in CSS
#29This is using a wrapper called react-three-fiber to make the code more declarative rather than imperative.