diff --git a/apps/svelte.dev/content/docs/svelte/02-template-syntax/06-transitions-and-animations.md b/apps/svelte.dev/content/docs/svelte/02-template-syntax/06-transitions-and-animations.md
index 8163d96a6e..753c07e86a 100644
--- a/apps/svelte.dev/content/docs/svelte/02-template-syntax/06-transitions-and-animations.md
+++ b/apps/svelte.dev/content/docs/svelte/02-template-syntax/06-transitions-and-animations.md
@@ -102,6 +102,7 @@ The `t` argument passed to `css` is a value between `0` and `1` after the `easin
The function is called repeatedly _before_ the transition begins, with different `t` and `u` arguments.
```svelte
+