Disable side-menu animation (workaround for #162)

This commit is contained in:
Roman Hotsiy 2016-12-12 15:43:01 +02:00
parent 06adadef2e
commit a3786847d2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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')
// ])
])
],
})