Exemple
Faire l'animation complète en deux secondes:
div {
-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
animation-duration: 2s;
}
Essayez - le vous - même » Définition et utilisation
La propriété animation durée définit le nombre de secondes ou en millisecondes une animation prend pour terminer un cycle.
Valeur par défaut: | 0 |
---|---|
Hérité: | no |
Animable: | no. Read about animatable |
Version: | CSS3 |
Syntaxe JavaScript: | object .style.animationDuration="3s" Try it |
support du navigateur
Les chiffres du tableau indiquent la première version du navigateur qui prend en charge entièrement la propriété.
Numbers suivis par -webkit-, -moz-, ou -O- précisent la première version qui a travaillé avec un préfixe.
Propriété | |||||
---|---|---|---|---|---|
animation-duration | 43,0 3.0 -webkit- | 10.0 | 16,0 5.0 -moz- | 9.0 4.0 -webkit- | 30,0 15,0 -webkit- 12,0 -o- |
Syntaxe CSS
animation-duration:time|initial|inherit;
propriété valeurs
Valeur | La description | Joue-le |
---|---|---|
time | Indique la longueur d'une animation prend pour terminer. La valeur par défaut est 0, ce qui signifie qu'il n'y aura pas d'animation | Joue-le " |
initial | Définit cette propriété à sa valeur par défaut. Lisez à propos initial | |
inherit | Hérite cette propriété de son élément parent. Lisez à propos de hériteront |
Pages associées
CSS3 tutoriel: CSS3 Animations
Référence HTML DOM: animationDuration property