diff --git a/site/content/docs/04-run-time.md b/site/content/docs/04-run-time.md index ef21112034..e3928b6156 100644 --- a/site/content/docs/04-run-time.md +++ b/site/content/docs/04-run-time.md @@ -670,7 +670,7 @@ Animates a `blur` filter alongside an element's opacity. * `duration` (`number`, default 400) — milliseconds the transition lasts * `easing` (`function`, default `cubicInOut`) — an [easing function](/docs#run-time-svelte-easing) * `opacity` (`number`, default 0) - the opacity value to animate out to and in from -* `amount` (`number`, default 5) - the size of the blur in pixels +* `amount` (`number|string`, default 5) - the size of the blur (support css units, for example: "4rem", numbers use px) ```sv