aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AntimodeMenu.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-15 00:07:03 -0400
committerbobzel <zzzman@gmail.com>2020-08-15 00:07:03 -0400
commit8309f49578f66036efb353dc2a17be09c975cd01 (patch)
tree7312ca23ac6cb5301203a573073f9d6c94c4a935 /src/client/views/AntimodeMenu.tsx
parentdc5a1106b0317fb145ee3c25ebddf7f0c8c08e37 (diff)
turned off fading for pop-up antimode menus
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
-rw-r--r--src/client/views/AntimodeMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx
index 9f16d0fe1..ccc54058d 100644
--- a/src/client/views/AntimodeMenu.tsx
+++ b/src/client/views/AntimodeMenu.tsx
@@ -20,7 +20,7 @@ export default abstract class AntimodeMenu<T extends AntimodeMenuProps> extends
@observable protected _transitionProperty: string = "opacity";
@observable protected _transitionDuration: string = "0.5s";
@observable protected _transitionDelay: string = "";
- @observable protected _canFade: boolean = true;
+ @observable protected _canFade: boolean = false;
@observable public Pinned: boolean = false;