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.
default
1 parent 520e4e8 commit b32e28eCopy full SHA for b32e28e
src/api/built-in-components.md
@@ -55,7 +55,7 @@ Provides animated transition effects to a **single** element or component.
55
* Controls the timing sequence of leaving/entering transitions.
56
* Default behavior is simultaneous.
57
*/
58
- mode?: 'in-out' | 'out-in'
+ mode?: 'in-out' | 'out-in' | 'default'
59
/**
60
* Whether to apply transition on initial render.
61
* Default: false
0 commit comments