From a3cb4370e5566377e6a62010bc8e56d92c04c102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=A4usler?= Date: Mon, 30 Jun 2025 02:32:11 +0200 Subject: [PATCH] feat: only cycle --- animations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/animations.py b/animations.py index cd66139..b09c6e6 100644 --- a/animations.py +++ b/animations.py @@ -571,8 +571,6 @@ class AnimationManager: ) # Add all animations to manager - self.add_animation(forward_animation) - self.add_animation(reverse_animation) self.add_animation(cycle) return cycle