docs(angular): add complex sequences content (#6560)
parent
5952f86734
commit
8bc222b505
1 changed files with 15 additions and 1 deletions
@ -1 +1,15 @@ |
||||
# Complex Sequences |
||||
# Complex Sequences |
||||
|
||||
Angular lets you animate coordinated sequences, such as an entire grid or list of elements as they enter and leave a page. You can choose to run multiple animations in parallel, or run discrete animations sequentially, one following another. |
||||
|
||||
The functions that control complex animation sequences are: |
||||
|
||||
- `query()`: Finds one or more inner HTML elements. |
||||
- `stagger()`: Applies a cascading delay to animations for multiple elements. |
||||
- `group()`: Runs multiple animation steps in parallel. |
||||
- `sequence()`: Runs animation steps one after another. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Complex Sequences](https://angular.dev/guide/animations/complex-sequences) |
||||
- [@video@Angular Animations: Animating multiple items in parallel](https://www.youtube.com/watch?v=RPdR7HzNQIw) |
Loading…
Reference in new issue