diff --git a/src/api/built-in-components.md b/src/api/built-in-components.md index 7c971a6d6d..d5c0b76e26 100644 --- a/src/api/built-in-components.md +++ b/src/api/built-in-components.md @@ -55,7 +55,7 @@ Provides animated transition effects to a **single** element or component. * Controls the timing sequence of leaving/entering transitions. * Default behavior is simultaneous. */ - mode?: 'in-out' | 'out-in' + mode?: 'in-out' | 'out-in' | 'default' /** * Whether to apply transition on initial render. * Default: false