# XWUITransition

Animation wrapper component for enter/exit transitions Supports fade, slide, scale, grow, and collapse transitions

## Basic Usage

XWUITransition Component Animation wrapper component for enter/exit transitions Supports fade, slide, scale, grow, and collapse transitions.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUITransition Component Animation wrapper component for enter/exit transitions Supports fade, slide, scale, grow, and collapse transitions.
```

## Variants

Different type options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Different type options.
```

## Slide Toggle

A filters panel that slides in from the left and is shown or hidden on demand via toggle().

```example
file: examples/SlideToggle.ts
html: examples/SlideToggle.html
title: Slide Toggle
description: Button-driven left slide panel that toggles in and out.
```

## Collapse Dismiss

A dismissible banner that collapses and unmounts itself from the DOM when dismissed.

```example
file: examples/CollapseDismiss.ts
html: examples/CollapseDismiss.html
title: Collapse Dismiss
description: Collapse transition with unmountOnExit removing the banner on exit().
```

```api
```
