feat:新增旋转功能

This commit is contained in:
奔跑的面条
2022-05-03 16:24:31 +08:00
parent 0681e9217d
commit b608897742
8 changed files with 120 additions and 19 deletions
+10
View File
@@ -27,6 +27,16 @@ export class publicConfig implements PublicConfigType {
brightness: 1,
// 透明
opacity: 1,
// 旋转
rotateZ: 0,
rotateX: 0,
rotateY: 0,
// 倾斜
skewX: 0,
skewY: 0,
// 动画
animations: []
}