/

HTML / CSS / JavaScript Tutorial

CSS Property: animation-duration

[this page | pdf | back links]

The CSS (CSS3) animation-duration property indicates the length of time an animation takes to play.

 

Valid property values (other than inherit and initial) are:

 

Value

Description

time

A CSS time

 

Default Value:

0s

JavaScript syntax:

e.g. object.style.animationDuration = "5s";

Inherited:

No

Animatable:

No

 


NAVIGATION LINKS
Contents | Prev | Next | CSS Properties


Desktop view | Switch to Mobile