mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 18:14:07 +03:00
Uncomment animation after upgrage to latest ng2 (resolves #162)
This commit is contained in:
parent
1c5ef2e2b3
commit
17fd100da4
|
@ -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')
|
||||
])
|
||||
])
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user