monks/animation_iteration_count

The animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.

It is often convenient to use the shorthand property {{cssxref(“animation”)}} to set all animation properties at once.

Values

pub const infinite: #(String, String)
  • : The animation will repeat forever.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for animation-iteration-count

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for animation-iteration-count. It will be wrapped in var() and have -- prepended.

Search Document