enable pause-animation rendering
This commit is contained in:
parent
8267299502
commit
82730da8ff
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ def debug():
|
||||||
'../intro.ts',
|
'../intro.ts',
|
||||||
introFrames
|
introFrames
|
||||||
)
|
)
|
||||||
|
render(
|
||||||
|
'pause.svg',
|
||||||
|
'../pause.ts',
|
||||||
|
pauseFrames
|
||||||
|
)
|
||||||
|
|
||||||
# render(
|
# render(
|
||||||
# 'outro.svg',
|
# 'outro.svg',
|
||||||
|
|
Loading…
Add table
Reference in a new issue