You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -376,6 +391,42 @@ import { SplitPanel } from '@directus/vue-split-panel';
376
391
Resize your browser window to see primary in action.
377
392
::
378
393
394
+
### Transitions
395
+
396
+
By setting the `transitionDuration` prop, you can control the duration of the transition. Use the `transitionTimingFunctionExpand` and `transitionTimingFunctionCollapse` properties to fine-tune the timing functions of the expand and collapse transition respectively.
397
+
398
+
::code-preview
399
+
:example-transitions
400
+
401
+
#code
402
+
```vue
403
+
<script lang="ts" setup>
404
+
import { SplitPanel } from '@directus/vue-split-panel';
0 commit comments