no licence in outro
This commit is contained in:
parent
e0c8b829f4
commit
399b24404c
1 changed files with 0 additions and 11 deletions
|
@ -10,7 +10,6 @@ def outroFrames(p):
|
|||
for i in range(0, frames):
|
||||
yield (
|
||||
('logo', 'style', 'opacity', 1),
|
||||
('lizenz','style', 'opacity', 1),
|
||||
)
|
||||
|
||||
# 4 Sekunde Fadeout Logo
|
||||
|
@ -18,15 +17,6 @@ def outroFrames(p):
|
|||
for i in range(0, frames):
|
||||
yield (
|
||||
('logo', 'style', 'opacity', "%.4f" % easeInCubic(i, 1, -1, frames)),
|
||||
('lizenz','style', 'opacity', 1),
|
||||
)
|
||||
|
||||
# 4 Sekunde Fadeout Logo
|
||||
frames = 1*fps
|
||||
for i in range(0, frames):
|
||||
yield (
|
||||
('logo', 'style', 'opacity', 0),
|
||||
('lizenz','style', 'opacity', "%.4f" % easeInCubic(i, 1, -1, frames)),
|
||||
)
|
||||
|
||||
# 1 Sekunden stehen bleiben
|
||||
|
@ -34,7 +24,6 @@ def outroFrames(p):
|
|||
for i in range(0, frames):
|
||||
yield (
|
||||
('logo', 'style', 'opacity', 0),
|
||||
('lizenz','style', 'opacity', 0),
|
||||
)
|
||||
|
||||
def introFrames(p):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue