fix outro
This commit is contained in:
parent
b1e51cf589
commit
c425095984
2 changed files with 242 additions and 175 deletions
|
@ -54,12 +54,12 @@ def outroFrames(p):
|
||||||
)
|
)
|
||||||
|
|
||||||
# 3 Sekunden
|
# 3 Sekunden
|
||||||
frames = 3*fps
|
frames = 6*fps
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield (
|
yield (
|
||||||
('g1', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 0.0*fps, i, 0, 1, 2*fps)),
|
('g1', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 0*fps, i, 0, 1, 4*fps)),
|
||||||
('g2', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 0.5*fps, i, 0, 1, 2*fps)),
|
('g2', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 1*fps, i, 0, 1, 4*fps)),
|
||||||
('g3', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 1.0*fps, i, 0, 1, 2*fps)),
|
('g3', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 2*fps, i, 0, 1, 4*fps)),
|
||||||
)
|
)
|
||||||
|
|
||||||
# five final frames
|
# five final frames
|
||||||
|
@ -71,17 +71,17 @@ def outroFrames(p):
|
||||||
)
|
)
|
||||||
|
|
||||||
def debug():
|
def debug():
|
||||||
# render(
|
render(
|
||||||
# 'intro.svg',
|
'intro.svg',
|
||||||
# '../intro.ts',
|
'../intro.ts',
|
||||||
# introFrames,
|
introFrames,
|
||||||
# {
|
{
|
||||||
# '$id': 65,
|
'$id': 65,
|
||||||
# '$title': 'Passwort, Karte oder Gesicht',
|
'$title': 'Passwort, Karte oder Gesicht',
|
||||||
# '$subtitle': 'zur Sicherheit von Authentifizierungssystemen',
|
'$subtitle': 'zur Sicherheit von Authentifizierungssystemen',
|
||||||
# '$personnames': 'starbug'
|
'$personnames': 'starbug'
|
||||||
# }
|
}
|
||||||
# )
|
)
|
||||||
|
|
||||||
render(
|
render(
|
||||||
'outro.svg',
|
'outro.svg',
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 62 KiB |
Loading…
Add table
Reference in a new issue