diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-01 13:14:30 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-01 13:14:30 -0500 |
| commit | 92b5c8bc048190ac6c90a6fdf0f04b9f053f412f (patch) | |
| tree | 95c95eed84fa4018e492f5ec8ad036bffc2772b3 /src/client/views/AntimodeMenu.tsx | |
| parent | 581ba904dc9bd02f6e2d81f42c45f38f6ad26cab (diff) | |
| parent | f38485f2778c9dbcc4dd663527c58ea450acb832 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_linking
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
| -rw-r--r-- | src/client/views/AntimodeMenu.tsx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx index 3e4d20fea..a4634103c 100644 --- a/src/client/views/AntimodeMenu.tsx +++ b/src/client/views/AntimodeMenu.tsx @@ -51,18 +51,15 @@ export default abstract class AntimodeMenu extends React.Component { if (this._opacity === 0.2) { this._transitionProperty = "opacity"; this._transitionDuration = "0.1s"; - this._transitionDelay = ""; - this._opacity = 0; - this._left = this._top = -300; } if (forceOut) { this._transitionProperty = ""; this._transitionDuration = ""; - this._transitionDelay = ""; - this._opacity = 0; - this._left = this._top = -300; } + this._transitionDelay = ""; + this._opacity = 0; + this._left = this._top = -300; } } |
