From d6cd834ca81944fa880983a7e272442db0f80765 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 11 Aug 2024 22:00:30 +0200 Subject: [PATCH] Remove super annoying effect Slow down rainbow Closes #3 --- animation.py | 2 +- views/index.tpl | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/animation.py b/animation.py index 30e92fc..64f7fb0 100644 --- a/animation.py +++ b/animation.py @@ -192,7 +192,7 @@ class FadeTo(Steady): class RotatingRainbow(Animation): - def __init__(self, looptime=10.0): + def __init__(self, looptime=50.0): super(RotatingRainbow, self).__init__() self.looptime = looptime pass diff --git a/views/index.tpl b/views/index.tpl index 33624b2..580768b 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -17,25 +17,10 @@ -
- - -
-
- - -
- - -
-
- - -
Color