Is it possible to use another css property inplace of perspective to make 3d cubes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to use another css property inplace of perspective to make 3d cubes?

I tried to make animation of perspective property but it won't work for execution of 3d animation.what should I use now?

22nd Aug 2020, 3:15 PM
shubham kumar
shubham kumar - avatar
2 Answers
+ 1
I don't think so ,perhaps you are using perspective wrong , perspective adds depth to scene ,
22nd Aug 2020, 3:29 PM
Abhay
Abhay - avatar
0
Use a property name transform-style:preserve-3d ; to the parent of tag on which you are applying 3d css animation
22nd Aug 2020, 3:53 PM
Divya Mohan
Divya Mohan - avatar