Camera for the storyboard can now do pan, bounce, dolly, and shake.
This commit is contained in:
parent
0d326089f7
commit
29409c54ce
5 changed files with 23 additions and 15 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"_type": "Animation",
|
||||
"easing": 1,
|
||||
"motion": 0,
|
||||
"ease_rate": 0.5,
|
||||
"ease_rate": 1.0,
|
||||
"min_x": 0.8,
|
||||
"min_y": 0.8,
|
||||
"max_x": 1.0,
|
||||
|
|
@ -55,13 +55,13 @@
|
|||
},
|
||||
"bounce": {
|
||||
"_type": "Animation",
|
||||
"easing": 3,
|
||||
"easing": 4,
|
||||
"motion": 2,
|
||||
"ease_rate": 0.05,
|
||||
"min_x": -10,
|
||||
"min_y": -10,
|
||||
"max_x": 10,
|
||||
"max_y": 10,
|
||||
"ease_rate": 0.001,
|
||||
"min_x": 0,
|
||||
"min_y": -20,
|
||||
"max_x": 0,
|
||||
"max_y": 0,
|
||||
"simple": true,
|
||||
"frames": 1,
|
||||
"speed": 0.01,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue