angular-docs-cn/modules/@angular/core/test/animation
Matias Niemelä 36d25f2a07 feat(animations): support styling of the default animation state
It is now possible to set a fallback state that will apply its
styling when the destination state is not detected.

```ts
state("*", style({ ... }))
```

Closes #9013
2016-06-07 12:59:33 -07:00
..
active_animations_players_map_spec.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_group_player_spec.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_integration_spec.ts feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
animation_player_spec.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_sequence_player_spec.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_style_util_spec.ts feat(animations): provide support for offline compilation 2016-06-03 14:36:11 -07:00