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
|
frames = 2*fps
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield (
|
yield (
|
||||||
('text', 'style', 'opacity', "%.4f" % 0),
|
('text', 'style', 'opacity', "%.4f" % 1),
|
||||||
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
|
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -57,9 +57,9 @@ def debug():
|
||||||
'../intro.ts',
|
'../intro.ts',
|
||||||
introFrames,
|
introFrames,
|
||||||
{
|
{
|
||||||
'$id': 1,
|
'$id': 2,
|
||||||
'$title': 'Spaziergang durch den Funkgerätewald',
|
'$title': 'Notfunk',
|
||||||
'$person': 'Andreas DJ3EI'
|
'$person': 'Mike DJ9OZ'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue