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_animation_players_map.ts | ||
| animation_constants.ts | ||
| animation_group_player.ts | ||
| animation_keyframe.ts | ||
| animation_player.ts | ||
| animation_sequence_player.ts | ||
| animation_style_util.ts | ||
| animation_styles.ts | ||
| metadata.ts | ||