mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 18:43:43 +03:00
Disable side-menu animation (workaround for #162)
This commit is contained in:
parent
06adadef2e
commit
a3786847d2
|
@ -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')
|
||||
// ])
|
||||
])
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user