mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +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',
|
||||
style({ height: '*' })),
|
||||
transition('collapsed <=> expanded', [
|
||||
animate(200)
|
||||
animate('200ms ease')
|
||||
])
|
||||
])
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user