Commit a12fb83a authored by 张晨辰's avatar 张晨辰

Merge branch 'dev' into feature/20190923-feature

parents 840603f4 f215b063
......@@ -68,12 +68,28 @@
"type": "number",
"default": 1000
},
"type": {
"name": {
"type": "string",
"default": "yoyo"
"default": "hello"
},
"color": {
"type": "color",
"default": "#123456"
},
"type": {
"type": [
"rotate",
"jump",
"breath"
],
"default": "rotate"
},
"ease": {
"type": "string",
"type": [
"linear",
"cubic",
"back"
],
"default": "linear"
},
"autoPlay": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment