Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaia Studio 导出格式问题 #372

Open
zhangbao-developer opened this issue Apr 4, 2023 · 1 comment
Open

Gaia Studio 导出格式问题 #372

zhangbao-developer opened this issue Apr 4, 2023 · 1 comment
Assignees
Labels
bug Something isn't working level1 level4 studio

Comments

@zhangbao-developer
Copy link

Gaia Studio 0.3.15
模版导出后,value为字符串类型时,未添加单引号,导致iOS sdk crash

下面代码为模版导出格式:
"close_view": {
"type": "prop",
"propAnimatorSet": {
"ordering": "together",
"animators": [
{
"propAnimator": {
"delay": 3000,
"loopCount": 1,
"loopMode": "reverse",
"duration": 300,
"valueType": "floatType",
"propName": "opacity",
"interpolator": "standard",
"valueFrom": "0",
"valueTo": "1"
}
}
]
}
}

@biezhihua biezhihua added the bug Something isn't working label Apr 4, 2023
@biezhihua
Copy link
Collaborator

@ronghui1219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working level1 level4 studio
Projects
None yet
Development

No branches or pull requests

3 participants