# Animated Block

An interactive demonstration of the `useCurveAnimation` hook. It allows you to visually test different animation timing functions like ease, bounce, and elastic.

## Props

*   `className` (string, optional): Additional CSS classes for custom styling.

## Usage

This component is primarily for demonstration purposes and is self-contained.

```tsx
import { AnimatedBlock } from './src/components';

<AnimatedBlock />
```
