# IAnimation

## Definition

```tsx
type IAnimation =
    | "m-slide-ftr"
    | "m-slide-ftl"
    | "m-slide-fbr"
    | "m-slide-fbl"
    | "m-zoom-fc";
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
