added a vanish animation for the knob labels

This commit is contained in:
SallarShayegan
2025-03-02 18:24:08 +01:00
parent f0237bbb7e
commit 27ea7f2504
2 changed files with 24 additions and 5 deletions

View File

@ -29,7 +29,7 @@ class Knob:
else:
self.focused = False
self.color = color_primary
self.fade_count_down = 300
self.fade_count_down = 150
if not self.vanish_label_path: self.label_path = []
def get_position(self):