[@johanneslumpe/styled-props](../README.md) > ["utils/animations/animationDelay"](../modules/_utils_animations_animationdelay_.md) > [AnimationDelayProps](../interfaces/_utils_animations_animationdelay_.animationdelayprops.md)

# Interface: AnimationDelayProps

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

**AnimationDelayProps**

## Index

### Properties

* [style$AnimationDelay](_utils_animations_animationdelay_.animationdelayprops.md#style_animationdelay)

---

## Properties

<a id="style_animationdelay"></a>

###  style$AnimationDelay

**● style$AnimationDelay**: *`T`*

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

The **`animation-delay`** CSS property sets when an animation starts. The animation can start later, immediately from its beginning, or immediately and partway through the animation.

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

___

