From 9cd2b447ee0c6fed345cfc7d2c40d7b3aa78dfad Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 9 May 2016 23:46:34 +0200 Subject: [PATCH] Update + fix AFU animation --- afu/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/afu/__init__.py b/afu/__init__.py index ab930e7..c26fe21 100644 --- a/afu/__init__.py +++ b/afu/__init__.py @@ -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' } )