MDTabsPrimary switch animation duration hardcoded and impossible to disable
ddauer opened this issue · 0 comments
Description of the Bug
In function set_active_item
Line 1114 in cfe5aac
0.2
:
Line 1132 in cfe5aac
Line 1140 in cfe5aac
Line 1149 in cfe5aac
Line 1154 in cfe5aac
but should respect anim_duration
Line 839 in cfe5aac
as it is used in
Line 1095 in cfe5aac
Now I understand that indicator animation is different from active tab switch animation. However, if I set indicator_anim = False
I also would expect the tab switch not to animate. If that is intended, then I would expect a new variable to control this behavior, e.g.: tab_swtich_anim = BooleanProperty(True)