[@johanneslumpe/styled-props](../README.md) > ["utils/animations/animationName"](../modules/_utils_animations_animationname_.md) > [AnimationNameProps](../interfaces/_utils_animations_animationname_.animationnameprops.md)

# Interface: AnimationNameProps

## Type parameters
#### T 
## Hierarchy

**AnimationNameProps**

## Index

### Properties

* [style$AnimationName](_utils_animations_animationname_.animationnameprops.md#style_animationname)

---

## Properties

<a id="style_animationname"></a>

###  style$AnimationName

**● style$AnimationName**: *`T`*

*Defined in [utils/animations/animationName.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/animations/animationName.ts#L12)*

The **`animation-name`** CSS property sets one or more animations to apply to an element. Each name is an `@keyframes` at-rule that sets the property values for the animation sequence.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/animation-name](https://developer.mozilla.org/docs/Web/CSS/animation-name)

___

