docs: update text (#64095)

replace `above` with `below`
PR Close #64095
This commit is contained in:
Ankita Sood 2025-09-25 18:45:16 -05:00 committed by kirjs
parent 14d5b0e5a9
commit 8ff536bda8

View file

@ -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" />