This commit is contained in:
kleines Filmröllchen 2025-04-15 12:43:38 +02:00
parent 6c28dd33d0
commit a87c2fe1ca
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8

View file

@ -22,7 +22,7 @@ def introFrames(args):
for i in range(0, frames):
# source: matrix(3.4166273,0,0,3.4166273,-1716.8745,-2685.1066)
# 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)
posy = easeOutSine(i, -2685.1066, -4448.4489, frames)
yield (