mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:新增旋转功能
This commit is contained in:
@@ -27,6 +27,16 @@ export class publicConfig implements PublicConfigType {
|
||||
brightness: 1,
|
||||
// 透明
|
||||
opacity: 1,
|
||||
|
||||
// 旋转
|
||||
rotateZ: 0,
|
||||
rotateX: 0,
|
||||
rotateY: 0,
|
||||
|
||||
// 倾斜
|
||||
skewX: 0,
|
||||
skewY: 0,
|
||||
|
||||
// 动画
|
||||
animations: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user