Skip to content

Commit

Permalink
clicking on 'keyed each block' link did nothing before, now it takes …
Browse files Browse the repository at this point in the history
…you to the each blocks section like it's supposed to
  • Loading branch information
Noah Kaufman authored and Conduitry committed Jul 26, 2019
1 parent 17beaa0 commit c6cd2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/02-template-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ DOMRect {

---

An animation is triggered when the contents of a [keyed each block](docs#Each_blocks) are re-ordered. Animations do not run when an element is removed, only when the each block's data is reordered. Animate directives must be on an element that is an *immediate* child of a keyed each block.
An animation is triggered when the contents of a [keyed each block](docs#each) are re-ordered. Animations do not run when an element is removed, only when the each block's data is reordered. Animate directives must be on an element that is an *immediate* child of a keyed each block.

Animations can be used with Svelte's [built-in animation functions](docs#svelte_animate) or [custom animation functions](docs#Custom_animation_functions).

Expand Down

0 comments on commit c6cd2d4

Please sign in to comment.