From f632cae03b2ed111b5a18b8746abb256a13459ff Mon Sep 17 00:00:00 2001 From: ManuelDeLeon Date: Sat, 11 Jul 2020 10:49:53 -0600 Subject: [PATCH] Update text.md It wasn't clear the difference in behavior with and without *local* --- .../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..0dd001128a 100644 --- a/site/content/tutorial/10-transitions/07-local-transitions/text.md +++ b/site/content/tutorial/10-transitions/07-local-transitions/text.md @@ -2,7 +2,7 @@ title: Local transitions --- -Ordinarily, transitions will play on elements when any container block is added or destroyed. In the example here, toggling the visibility of the entire list also applies transitions to individual list elements. +Ordinarily, transitions will play on elements when any container block is added or destroyed. In the example here, toggling the visibility of the entire list also applies transitions to individual list elements. Notice how the list doesn't slide when you toggle the checkbox with the *local* transition, instead it pops in and out. Instead, we'd like transitions to play only when individual items are added and removed — in other words, when the user drags the slider.