+ 15
What properties can I use to create 3d shapes in css?
I need help for css
9 Réponses
+ 11
Bono thank you very much 😁😉🤗
+ 10
Thanks Elon Yemp
+ 10
But it's 3d animation
+ 10
I need 3d shapes like cube
+ 8
Elon Yemp #RELOADED# 👍🏻👍🏻👍🏻👍🏻😄
+ 7
Bono 👍🏻👍🏻👍🏻👍🏻😄
+ 5
To create 3d in css use css transform properties.
Look for the following css properties:
transform
perspective
transform-style
backface-visibility
And following methods:
matrix3d()
translate3d(x,y,z)
scale3d(x,y,z)
rotate3d(x,y,z,angle)
+ 3
As Elon said. And you will find a lot of codes that combines these properties so maybe you can try to learn from them and do them yourself
Like :
https://code.sololearn.com/W2lQ4cyuS86j/?ref=app
https://code.sololearn.com/WOOZro8mLsLj/?ref=app
https://code.sololearn.com/W450TEczdH05/?ref=app
+ 2
You need to combine the available 3d transform properties and methods to get 3d shapes and 3d animations