feat: 组件公共属性滤镜中增添混合模式设置

This commit is contained in:
tnt group
2022-10-05 21:56:43 +08:00
parent 2a9983047a
commit 6f93b1f599
9 changed files with 75 additions and 26 deletions
+3
View File
@@ -66,6 +66,9 @@ export class PublicConfigClass implements PublicConfigType {
skewX: 0,
skewY: 0,
// 混合模式
blendMode: 'normal',
// 动画
animations: []
}