diff --git a/lib/components/SideMenu/side-menu.ts b/lib/components/SideMenu/side-menu.ts index 7a46dcf9ff..fd97c2cb76 100644 --- a/lib/components/SideMenu/side-menu.ts +++ b/lib/components/SideMenu/side-menu.ts @@ -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') + // ]) ]) ], })