From 81fc3f898a49f10856db17014521556a2f18b9dc Mon Sep 17 00:00:00 2001 From: mjvandermeulen Date: Fri, 26 Nov 2021 08:10:33 -0500 Subject: [PATCH] [docs] clarified definition of "local transition" in tutorial (#6895) --- .../tutorial/10-transitions/07-local-transitions/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/10-transitions/07-local-transitions/text.md b/site/content/tutorial/10-transitions/07-local-transitions/text.md index 400fbcaacb..7b9b0ce7f4 100644 --- a/site/content/tutorial/10-transitions/07-local-transitions/text.md +++ b/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 Instead, we'd like transitions to play only when individual items are added and removed — in other words, when the user drags the slider. -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: ```html