.
This commit is contained in:
parent
6c28dd33d0
commit
a87c2fe1ca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def introFrames(args):
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
# source: matrix(3.4166273,0,0,3.4166273,-1716.8745,-2685.1066)
|
# source: matrix(3.4166273,0,0,3.4166273,-1716.8745,-2685.1066)
|
||||||
# target: matrix(5.414656,0,0,5.414656,-3282.299,-4448.4489)
|
# target: matrix(5.414656,0,0,5.414656,-3282.299,-4448.4489)
|
||||||
size = easeOutSine(i, 3, 5.414656, frames)
|
size = 3 + easeOutSine(i, 0, 5.414656-3, frames)
|
||||||
posx = easeOutSine(i, -1716.8745, -3282.299, frames)
|
posx = easeOutSine(i, -1716.8745, -3282.299, frames)
|
||||||
posy = easeOutSine(i, -2685.1066, -4448.4489, frames)
|
posy = easeOutSine(i, -2685.1066, -4448.4489, frames)
|
||||||
yield (
|
yield (
|
||||||
|
|
Loading…
Add table
Reference in a new issue