blob: eb2df807e03c5b6efd4178851d9e32508bd116a7 [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."
}
}
}