---
layout: single
property_name: animation-duration
---
Defines how long the animation lasts.
The default value is zero seconds: the animation will simply not play.
You can use decimal values in seconds with the keyword
You can use milliseconds instead of seconds, with the keyword
#animation-duration
default
animation-duration: 0s;
animation-duration: 1.2s;
s.animation-duration: 2400ms;
ms.