We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d2ac commit 965123fCopy full SHA for 965123f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@galacean/effects-specification",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"description": "Galacean Effects JSON Specification",
5
"module": "./es/index.js",
6
"main": "./es/index.js",
src/type.ts
@@ -219,7 +219,7 @@ export interface TextureSheetAnimation {
219
/**
220
* 图层帧动画是否循环播放
221
*/
222
- loop: boolean,
+ loop?: boolean,
223
}
224
225
0 commit comments