Type Definition style::values::specified::box_::AnimationIterationCount [] [src]

type AnimationIterationCount = GenericAnimationIterationCount<Number>;

https://drafts.csswg.org/css-animations/#animation-iteration-count

Methods

impl AnimationIterationCount
[src]

[src]

Returns the value 1.0.

Trait Implementations

impl Parse for AnimationIterationCount
[src]

[src]

Parse a value of this type. Read more