diff --git a/gpn16/__init__.py b/gpn16/__init__.py index f9e5d7e..a1df0ef 100644 --- a/gpn16/__init__.py +++ b/gpn16/__init__.py @@ -103,26 +103,17 @@ def introFrames(parameters): # ) def pauseFrames(parameters): + frames = 25*3 + for i in range(0, frames): yield ( - ('layer-icons', 'style', 'display', 'inline'), - - ('eat', 'style', 'opacity', '%.4f' % 0), - ('sleep', 'style', 'opacity', '%.4f' % 0), - ('code', 'style', 'opacity', '%.4f' % 0), - ('repeat', 'style', 'opacity', '%.4f' % 0), + ('sleep-flood', 'attr', 'flood-opacity', '%.4f' % bounce(i, 0.0, 1.0, frames)), ) - for icon in ('eat', 'sleep', 'code', 'repeat'): - frames = 12 - for i in range(0, frames): - yield ( - ('eat', 'style', 'opacity', '%.4f' % 0), - ('sleep', 'style', 'opacity', '%.4f' % 0), - ('code', 'style', 'opacity', '%.4f' % 0), - ('repeat', 'style', 'opacity', '%.4f' % 0), - - (icon, 'style', 'opacity', '%.4f' % bounce(i, 0.0, 1.0, frames)), - ) + frames = 25*1 + for i in range(0, frames): + yield ( + ('sleep-flood', 'attr', 'flood-opacity', '%.4f' % 0), + ) def outroFrames(p): diff --git a/gpn16/artwork/pause.svg b/gpn16/artwork/pause.svg index 39208bd..e7c5f64 100644 --- a/gpn16/artwork/pause.svg +++ b/gpn16/artwork/pause.svg @@ -17,7 +17,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="pause.svg"> + id="defs4"> + + + + + + + + - - - - - - - - - - - - - - - - - - - @@ -156,54 +131,34 @@ - - - - - - - - - - + id="g4428" + style="filter:url(#filter4447)"> + + + + + - PAUSE