w3school对transform的介绍很简单
transform: none|transform-functions;
transform的默认值是none
其所举的例子也只是对一个值进行过渡,其实还可以对多个值同时进行过渡,写法如下
transform: transform-functions transform-functions ....;
tips:
附w3.org对transform的介绍:https://www.w3.org/TR/css-transforms-1/
w3school对transform的介绍很简单
transform: none|transform-functions;
transform的默认值是none
其所举的例子也只是对一个值进行过渡,其实还可以对多个值同时进行过渡,写法如下
transform: transform-functions transform-functions ....;
tips:
附w3.org对transform的介绍:https://www.w3.org/TR/css-transforms-1/