From 479e8744c590c60f3bcab095c23de7d5af44aa55 Mon Sep 17 00:00:00 2001 From: SpokenTurnip99 <109921867+SpokenTurnip99@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:17:41 -0500 Subject: [PATCH] docs: change fade to fly to match the tutorial (#8982) In Transitions / Key Blocks the documentation showed a fade transition and this was not in sync with the tutorial which used a fly transition. --- documentation/tutorial/10-transitions/09-key-blocks/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorial/10-transitions/09-key-blocks/text.md b/documentation/tutorial/10-transitions/09-key-blocks/text.md index d0d9163d0dde..0c3c2995a5f0 100644 --- a/documentation/tutorial/10-transitions/09-key-blocks/text.md +++ b/documentation/tutorial/10-transitions/09-key-blocks/text.md @@ -6,7 +6,7 @@ Key blocks destroy and recreate their contents when the value of an expression c ```svelte {#key number} - + {number} {/key}