Uncomment animation after upgrage to latest ng2 (resolves #162)

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