We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4018b54 commit 81fc3f8Copy full SHA for 81fc3f8
site/content/tutorial/10-transitions/07-local-transitions/text.md
@@ -6,7 +6,7 @@ Ordinarily, transitions will play on elements when any container block is added
6
7
Instead, we'd like transitions to play only when individual items are added and removed — in other words, when the user drags the slider.
8
9
-We can achieve this with a *local* transition, which only plays when the immediate parent block is added or removed:
+We can achieve this with a *local* transition, which only plays when the block with the transition itself is added or removed:
10
11
```html
12
<div transition:slide|local>
0 commit comments