1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-01 16:40:39 +03:00

Uncomment animation after upgrage to latest ng2 (resolves )

This commit is contained in:
Roman Hotsiy 2016-12-22 01:35:43 +02:00
parent 1c5ef2e2b3
commit 17fd100da4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -21,10 +21,9 @@ const global = window;
style({ height: '0px' })),
state('expanded',
style({ height: '*' })),
// https://github.com/Rebilly/ReDoc/issues/162
// transition('collapsed <=> expanded', [
// animate('200ms ease')
// ])
transition('collapsed <=> expanded', [
animate('200ms ease')
])
])
],
})