fixed intro generator for dg56

This commit is contained in:
Bjoern 2015-09-09 12:26:20 +02:00
parent 96f0e163b2
commit cb8ddc92d4

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
from renderlib import * from renderlib import *
from easing import *
def introFrames(p): def introFrames(p):
move=50 move=50
@ -44,10 +45,10 @@ def debug():
'intro.svg', 'intro.svg',
'../intro.ts', '../intro.ts',
introFrames, introFrames,
parameters={ {
'$id': 55, '$id': 56,
'$title': 'Technology and data use among vulnerable communities', '$title': 'Hands-on Rad1o',
'$person': 'Zara Rahman' '$person': 'schneider'
} }
) )