mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-12 07:50:34 +03:00
Fix crash on Firefox
This commit is contained in:
parent
ad678925f5
commit
31e38ac7ec
|
@ -21,7 +21,7 @@ import { ScrollService, Hash, MenuService, OptionsService } from '../../services
|
||||||
state('expanded',
|
state('expanded',
|
||||||
style({ height: '*' })),
|
style({ height: '*' })),
|
||||||
transition('collapsed <=> expanded', [
|
transition('collapsed <=> expanded', [
|
||||||
animate(200)
|
animate('200ms ease')
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user