Struct style::animation::AnimationFrame [] [src]

pub struct AnimationFrame {
    pub property_animation: PropertyAnimation,
    pub duration: f64,
}

A single animation frame of a single property.

Fields

A description of the property animation that is occurring.

The duration of the animation. This is either relative in the keyframes case (a number between 0 and 1), or absolute in the transition case.

Trait Implementations

impl Clone for AnimationFrame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimationFrame
[src]

[src]

Formats the value using the given formatter. Read more