We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tutorial/custom-css-transitions
1 parent 4c72b6c commit 70dc159Copy full SHA for 70dc159
apps/svelte.dev/content/tutorial/01-svelte/09-transitions/04-custom-css-transitions/index.md
@@ -48,7 +48,7 @@ We can get a lot more creative though. Let's make something truly gratuitous:
48
import { fade } from 'svelte/transition';
49
+++import { elasticOut } from 'svelte/easing';+++
50
51
- let visible = true;
+ let visible = $state(true);
52
53
function spin(node, { duration }) {
54
return {
0 commit comments