mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Animation triggers can now be set via template bindings `[]` BREAKING CHANGE: animation trigger expressions within the template that are assigned as an element attribute (e.g. `@prop`) are deprecated. Please use the Angular2 property binding syntax (e.g. `[@prop]`) when assigning properties. ```ts // this is now deprecated <div @trigger="expression"></div> // do this instead <div [@trigger]="expression"></div> ``` |
||
|---|---|---|
| .. | ||
| active_animations_players_map_spec.ts | ||
| animation_group_player_spec.ts | ||
| animation_integration_spec.ts | ||
| animation_player_spec.ts | ||
| animation_sequence_player_spec.ts | ||
| animation_style_util_spec.ts | ||