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?
2 Antworten
+ 1
I don't think so ,perhaps you are using perspective wrong , perspective adds depth to scene ,
0
Use a property name
transform-style:preserve-3d ;
to the parent of tag on which you are applying 3d css animation