fixed intro generator for dg56
This commit is contained in:
parent
96f0e163b2
commit
cb8ddc92d4
1 changed files with 5 additions and 4 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue