Struct style::animation::AnimationFrame
[−]
[src]
pub struct AnimationFrame {
pub property_animation: PropertyAnimation,
pub duration: f64,
}A single animation frame of a single property.
Fields
property_animation: PropertyAnimation
A description of the property animation that is occurring.
duration: f64
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]
fn clone(&self) -> AnimationFrame[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more