angular/modules/@angular/core/src/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_animation_players_map.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_constants.ts feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
animation_driver.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_group_player.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_keyframe.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_player.ts chore(lint): enable requireInternalWithUnderscore tslint check 2016-05-27 09:31:18 -07:00
animation_sequence_player.ts chore(lint): enable duplicateModuleImport tslint check 2016-05-27 09:17:08 -07:00
animation_style_util.ts fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
animation_styles.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
metadata.ts feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00