3D in CSS
garden.bradwoods.io
3D in CSS
1–10 of 99 posts
Re: 3D in CSS
#2Re: 3D in CSS
#3Over 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.
Re: 3D in CSS
#4This 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
#5I 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.
Re: 3D in CSS
#6I 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.
Re: 3D in CSS
#7Re: 3D in CSS
#8Re: 3D in CSS
#9https://impress.js.org/ uses this extensively to create impressive presentations.
Re: 3D in CSS
#10This lorem ipsum works so-so on Safari. The text can be selected and it only rotates after selecting and deselecting it
Edit: looking at the code above it, it uses onmousedown which doesn't work for touch I guess.