css.properties

animation-delay

The animation-delay property specifies when an animation starts after it is triggered.

Formal Syntax

<time>#

See specification

JavaScript Access

// Access via element.style
element.style.animationDelay = '0s';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-delay4316912

Related Properties