Fix crash on Firefox

This commit is contained in:
Roman Hotsiy 2016-07-10 14:46:24 +03:00
parent ad678925f5
commit 31e38ac7ec
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -21,7 +21,7 @@ import { ScrollService, Hash, MenuService, OptionsService } from '../../services
state('expanded',
style({ height: '*' })),
transition('collapsed <=> expanded', [
animate(200)
animate('200ms ease')
])
])
],