Skip to content

Commit

Permalink
Disable side-menu animation (workaround for #162)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Dec 12, 2016
1 parent 06adade commit a378684
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/components/SideMenu/side-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ const global = window;
style({ height: '0px' })),
state('expanded',
style({ height: '*' })),
transition('collapsed <=> expanded', [
animate('200ms ease')
])
// https://github.com/Rebilly/ReDoc/issues/162
// transition('collapsed <=> expanded', [
// animate('200ms ease')
// ])
])
],
})
Expand Down

0 comments on commit a378684

Please sign in to comment.