Add orx-keyframer
This commit is contained in:
20
orx-keyframer/src/demo/resources/demo-simple-01.json
Normal file
20
orx-keyframer/src/demo/resources/demo-simple-01.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"time": 0.0,
|
||||
"x": 320.0,
|
||||
"y": 240.0
|
||||
},
|
||||
{
|
||||
"time": 10.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"easing": "cubic-in-out"
|
||||
},
|
||||
{
|
||||
"time": 20.0,
|
||||
"x": 640.0,
|
||||
"y": 480.0,
|
||||
"easing": "cubic-in-out"
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user