We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13286cf commit 479e874Copy full SHA for 479e874
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
6
7
```svelte
8
{#key number}
9
- <span style="display: inline-block" in:fade>
+ <span style="display: inline-block" in:fly={{ y: -20 }}>
10
{number}
11
</span>
12
{/key}
0 commit comments