# ReorderConfig

> _Since v1.24.0_

Configuration options for the reorder plugin *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `animation?` | <code><a href="/grid/plugins/reorder-columns/types/reorderanimation/">ReorderAnimation</a></code> | Animation type for column movement. - `false`: No animation, instant reorder - `'flip'`: FLIP animation (slides columns smoothly) - `'fade'`: View Transitions API (cross-fade effect) |
| `animationDuration?` | <code>number</code> | Animation duration in milliseconds. Applies to FLIP animation. View Transitions use browser defaults. |

### Property Details

#### animation

**Default:** `'flip'`

---

#### animationDuration

**Default:** `200`

---
