move the glow onto the icon

This commit is contained in:
MaZderMind 2016-05-26 00:09:57 +02:00
parent c13e598761
commit cfa546db66
2 changed files with 7 additions and 7 deletions

View file

@ -106,13 +106,13 @@ def pauseFrames(parameters):
frames = 25*3
for i in range(0, frames):
yield (
('sleep-flood', 'attr', 'flood-opacity', '%.4f' % bounce(i, 0.0, 1.0, frames)),
('glowFlood', 'attr', 'flood-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),
('glowFlood', 'attr', 'flood-opacity', '%.4f' % 0),
)