Update + fix AFU animation
This commit is contained in:
parent
89515444f0
commit
9cd2b447ee
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ def introFrames(p):
|
|||
frames = 2*fps
|
||||
for i in range(0, frames):
|
||||
yield (
|
||||
('text', 'style', 'opacity', "%.4f" % 0),
|
||||
('text', 'style', 'opacity', "%.4f" % 1),
|
||||
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
|
||||
)
|
||||
|
||||
|
@ -57,9 +57,9 @@ def debug():
|
|||
'../intro.ts',
|
||||
introFrames,
|
||||
{
|
||||
'$id': 1,
|
||||
'$title': 'Spaziergang durch den Funkgerätewald',
|
||||
'$person': 'Andreas DJ3EI'
|
||||
'$id': 2,
|
||||
'$title': 'Notfunk',
|
||||
'$person': 'Mike DJ9OZ'
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue