summaryrefslogtreecommitdiffstats
path: root/tests/manual/animation-keyframe-simple/cubeanimation.json
blob: e9c55177f250f4efa006476c8eb7899cf9543aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "animations": [
                 { "object": "Cube",
                  "action": "CubeAction",
                  "groups": [
                             { "group": "Location",
                               "channels": [
                                             { "keyframes": [
                                                         { "co": [1.0, 0.0],
                                                           "handle_left": [-22.034278869628906, 0.0],
                                                           "handle_right": [24.034278869628906, 0.0]}
                                                         ,{ "co": [60.0, 5.0],
                                                           "handle_left": [36.965721130371094, 5.0],
                                                           "handle_right": [83.0342788696289, 5.0]}
                                             ]}
                                             ,{ "keyframes": [
                                                         { "co": [1.0, 0.0],
                                                           "handle_left": [-22.034278869628906, 0.0],
                                                           "handle_right": [24.034278869628906, 0.0]}
                                                         ,{ "co": [60.0, 0.0],
                                                           "handle_left": [36.965721130371094, 0.0],
                                                           "handle_right": [83.0342788696289, 0.0]}
                                             ]}
                                             ,{ "keyframes": [
                                                         { "co": [1.0, 0.0],
                                                           "handle_left": [-22.034278869628906, 0.0],
                                                           "handle_right": [24.034278869628906, 0.0]}
                                                         ,{ "co": [60.0, 0.0],
                                                           "handle_left": [36.965721130371094, 0.0],
                                                           "handle_right": [83.0342788696289, 0.0]}
                                             ]}
                             ]}
                 ]}
 ]
}