mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update text (#64095)
replace `above` with `below` PR Close #64095
This commit is contained in:
parent
14d5b0e5a9
commit
8ff536bda8
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ In this example, the `rotate` and `fade-in` animations fire at the same time, bu
|
|||
|
||||
### Animating the items of a reordering list
|
||||
|
||||
Items in a `@for` loop will be removed and re-added, which will fire off animations using `@starting-styles` for entry animations. Alternatively, you can use `animate.enter` for this same behavior. Use `animate.leave` to animate elements as they are removed, as seen in the example above.
|
||||
Items in a `@for` loop will be removed and re-added, which will fire off animations using `@starting-styles` for entry animations. Alternatively, you can use `animate.enter` for this same behavior. Use `animate.leave` to animate elements as they are removed, as seen in the example below.
|
||||
|
||||
<docs-code-multifile preview path="adev/src/content/examples/animations/src/app/native-css/reorder.component.ts">
|
||||
<docs-code header="src/app/reorder.component.ts" path="adev/src/content/examples/animations/src/app/native-css/reorder.component.ts" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue