blob: 23846e45114b883808f7f1cabe80654a77d36514 [file] [log] [blame]
{
"name": "NestedLinearAnimation",
"key": {
"int": 97,
"string": "nestedlinearanimation"
},
"abstract": true,
"extends": "nested_animation.json",
"generic": "animation/linear_animation.json",
"properties": {
"mix": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 200,
"string": "mix"
},
"description": "Value to mix the animation in.",
"bindable": true
}
}
}