2010-09-01 05:21:23 -04:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"type" : "ClutterGroup",
|
|
|
|
"id" : "rig"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"type" : "ClutterAnimator",
|
2010-09-09 07:02:02 -04:00
|
|
|
"id" : "animator",
|
|
|
|
"duration" : 2000,
|
2010-09-01 05:21:23 -04:00
|
|
|
|
|
|
|
"properties" : [
|
|
|
|
{
|
|
|
|
"object" : "rig",
|
|
|
|
"name" : "x",
|
|
|
|
"ease-in" : true,
|
|
|
|
"keys" : [
|
2010-09-09 07:02:02 -04:00
|
|
|
[ 0.0, "linear", 0.0 ],
|
|
|
|
[ 1.0, "easeOutCubic", 150.0 ]
|
2010-09-01 05:21:23 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"object" : "rig",
|
|
|
|
"name" : "scale-x",
|
|
|
|
"ease-in" : true,
|
|
|
|
"keys" : [
|
2010-09-09 07:02:02 -04:00
|
|
|
[ 0.5, "linear", 1.0 ],
|
|
|
|
[ 1.0, "easeOutBack", 2.0 ]
|
2010-09-01 05:21:23 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"object" : "rig",
|
|
|
|
"name" : "scale-y",
|
|
|
|
"ease-in" : true,
|
|
|
|
"keys" : [
|
2010-09-09 07:02:02 -04:00
|
|
|
[ 0.5, "linear", 1.0 ],
|
|
|
|
[ 1.0, "easeOutBack", 2.0 ]
|
2010-09-01 05:21:23 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|