Skip to content

skewY()

skewY() 函数用于定义 Y 轴倾斜。

语法

css
skewY(<ay>);

示例

css
/* Y 轴倾斜 */
.transform {
  transform: skewY(30deg);
}

相关资源