css.properties

animation-duration

The animation-duration property specifies the duration of an animation.

Formal Syntax

[ auto | <time [0s,โˆž]> ]#

See specification

JavaScript Access

// Access via element.style
element.style.animationDuration = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
animation-duration4316912
auto115โ€”18.4115

Related Properties