Camera for the storyboard can now do pan, bounce, dolly, and shake.

This commit is contained in:
Zed A. Shaw 2025-11-09 11:41:11 -05:00
parent 0d326089f7
commit 29409c54ce
5 changed files with 23 additions and 15 deletions

View file

@ -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,