Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

animation-iteration-count

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.

Resumen

La propiedad CSS animation-iteration-count define el numero de veces que un ciclo de animación debe ser ejecutado antes de detenerse.

A menudo es conveniente utilizar la propiedad animation para ajustar todas las propiedades de animación a la vez.

Valor inicial1
Applies totodos los elementos y los pseudoelementos ::before y ::after
Heredableno
Mediavisual
Valor calculadocomo se especifica
Animatableno
Canonical orderel orden único no-ambigüo definido por la gramática formal

Sintaxis

Sintaxis formal: <single-animation-iteration-count>#

where
<single-animation-iteration-count> = infinite | <number>

animation-iteration-count: infinite;
animation-iteration-count: 3;
animation-iteration-count: 2.3;

animation-iteration-count: 2, 0, infinite;

Valores

infinite
La animación se repetirá siempre.
<number>
El número de veces que la animación debe repetir: es 1 por defecto. Los valores negativos no son validos. Puede especificar valores no enteros para ejecutar parte de un ciclo de animación (por ejemplo 0.5 se ejecutara la mitad del ciclo de la animación).

Ejemplos

Ver ejemplos CSS animations.

Especificaciones

Especificaciones Estado Comentario
CSS Animations
The definition of 'animation-iteration-count' in that specification.
Working Draft  

Compatibilidad en navegadores

Caracteristica Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Soporte básico (Yes)-webkit 5.0 (5.0)-moz
16.0 (16.0)
10  12 -o
12.10 #
4.0-webkit
Caracteristicas Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Soporte básico (Yes)-webkit 5.0 (5.0)-moz
16.0 (16.0)
? ? ?

Ver también

Etiquetas y colaboradores del documento

 Colaboradores en esta página: teoli, Sebastianz, maiky
 Última actualización por: teoli,