<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [useDisableAnimation](./x-components.usedisableanimation.md)

## useDisableAnimation() function

Composable to ease disabling animations.

**Signature:**

```typescript
export declare function useDisableAnimation(animationName: string): {
    name: import("vue").ComputedRef<string>;
};
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  animationName | string | The name of the animation. |

**Returns:**

{ name: import("vue").ComputedRef&lt;string&gt;; }

Composable with the computed name of the animation.

