mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
docs(angular): add complex sequences content (#6560)
This commit is contained in:
@@ -1 +1,15 @@
|
||||
# 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)
|
Reference in New Issue
Block a user