mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 组件公共属性滤镜中增添混合模式设置
This commit is contained in:
@@ -66,6 +66,9 @@ export class PublicConfigClass implements PublicConfigType {
|
||||
skewX: 0,
|
||||
skewY: 0,
|
||||
|
||||
// 混合模式
|
||||
blendMode: 'normal',
|
||||
|
||||
// 动画
|
||||
animations: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user