diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index c4a8b76e65..54228f5c2a 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -445,7 +445,7 @@ store = tweened(value: any, options) Tweened stores update their values over a fixed duration. The following options are available: * `delay` (`number`, default 0) — milliseconds before starting -* `duration` (`number`, default 400) — milliseconds the tween lasts +* `duration` (`number` | `function`, default 400) — milliseconds the tween lasts * `easing` (`function`, default `t => t`) — an [easing function](/docs#run-time-svelte-easing) * `interpolate` (`function`) — see below