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' })),
|
style({ height: '0px' })),
|
||||||
state('expanded',
|
state('expanded',
|
||||||
style({ height: '*' })),
|
style({ height: '*' })),
|
||||||
// https://github.com/Rebilly/ReDoc/issues/162
|
transition('collapsed <=> expanded', [
|
||||||
// transition('collapsed <=> expanded', [
|
animate('200ms ease')
|
||||||
// animate('200ms ease')
|
])
|
||||||
// ])
|
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user