We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f96a9bb + 51c337e commit d4b311fCopy full SHA for d4b311f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@galacean/effects-specification",
3
- "version": "2.4.0",
+ "version": "2.5.0",
4
"description": "Galacean Effects JSON Specification",
5
"module": "./es/index.js",
6
"main": "./es/index.js",
src/scene.ts
@@ -32,8 +32,9 @@ export enum JSONSceneVersion {
32
'3_0' = '3.0', // EC 改造、移除滤镜元素
33
'3_1' = '3.1', // 音视频
34
'3_2' = '3.2', // 矢量动画、透明视频、增加富文本属性
35
- '3_3' = '3.3', // 指向型蒙版、图片蒙版
36
- 'LATEST' = JSONSceneVersion['3_3'],
+ '3_3' = '3.3', // 指向型蒙版、图片/文字蒙版
+ '3_4' = '3.4', // 动画状态机
37
+ 'LATEST' = JSONSceneVersion['3_4'],
38
}
39
40
/**
0 commit comments