blob: 77675e201615e6516991b8f5d33edf6a2e719bf7 [file] [log] [blame]
{
"name": "NestedSimpleAnimation",
"key": {
"int": 96,
"string": "nested_simple_animation"
},
"extends": "animation/nested_linear_animation.json",
"properties": {
"speed": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 199,
"string": "speed"
},
"description": "Speed to play the nested animation at.",
"bindable": true
},
"isPlaying": {
"type": "bool",
"initialValue": "false",
"animates": true,
"key": {
"int": 201,
"string": "is_playing"
},
"description": "Enumerated backing value for playback state.",
"bindable": true
}
}
}