【发布时间】:2019-04-29 14:26:31
【问题描述】:
我无法理解 css rotate3d 方法。有人可以解释一下如何从 x、y 和 z 值中获得旋转轴,因为它们不是以度数给出的吗?
【问题讨论】:
-
developer.mozilla.org/en-US/docs/Web/CSS/transform-function/… + 一些数学.. 最后有一个角度,x,y,z 只定义轴
The amount of rotation created by rotate3d() is specified by three <number>s and one <angle>. The <number>s represent the x-, y-, and z-coordinates of the vector denoting the axis of rotation.
标签: html css animation 3d rotation