Make the animation complete in two seconds:
![]()
The animation-duration property is supported in Internet Explorer 10, Firefox, and Opera.
Safari and Chrome support an alternative, the -webkit-animation-duration property.
Note: The animation-duration property is not supported in Internet Explorer 9 and earlier versions.
The animation-duration property defines how many seconds or milliseconds an animation takes to complete one cycle.
| Default value: | 0 |
|---|---|
| Inherited: | no |
| Version: | CSS3 |
| JavaScript syntax: | object.style.animationDuration="3s" |
| Value | Description | Play it |
|---|---|---|
| time | Specifies the length an animation takes to finish. Default value is 0, meaning there will be no animation | Play it » |
CSS3 tutorial: CSS3 Animations
Your message has been sent to W3Schools.