Please which css property makes use of radian for measurement instead of degrees. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please which css property makes use of radian for measurement instead of degrees.

17th Jun 2017, 4:48 PM
Sammy
Sammy - avatar
5 Answers
0
I don't use radians very often, but I think you can use them on all the same properties that will take degrees as a value. I.E. in place of 90deg use 1.5708rad
17th Jun 2017, 5:13 PM
ChaoticDawg
ChaoticDawg - avatar
0
thanks bro but which property uses degrees?
17th Jun 2017, 5:15 PM
Sammy
Sammy - avatar
0
Anything that takes an angle as a parameter. There are several transform properties. like: rotate(angle) rotate3d(x,y,z,angle) rotateY(angle) rotateX(angle) rotateZ(angle) skew(x-angle, y-angle) skewX(angle) skewY(angle)
17th Jun 2017, 5:25 PM
ChaoticDawg
ChaoticDawg - avatar
0
CSS transform property: convert to degrees.
17th Jun 2017, 5:32 PM
Victor
Victor - avatar
0
thanks alot for your answer
17th Jun 2017, 5:44 PM
Sammy
Sammy - avatar