diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-15 00:07:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-15 00:07:03 -0400 |
| commit | 8309f49578f66036efb353dc2a17be09c975cd01 (patch) | |
| tree | 7312ca23ac6cb5301203a573073f9d6c94c4a935 | |
| parent | dc5a1106b0317fb145ee3c25ebddf7f0c8c08e37 (diff) | |
turned off fading for pop-up antimode menus
| -rw-r--r-- | src/client/views/AntimodeMenu.tsx | 2 |
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; |
