Struct style::stylesheets::keyframes_rule::KeyframesStep [] [src]

pub struct KeyframesStep {
    pub start_percentage: KeyframePercentage,
    pub value: KeyframesStepValue,
    pub declared_timing_function: bool,
}

A single step from a keyframe animation.

Fields

The percentage of the animation duration when this step starts.

Declarations that will determine the final style during the step, or ComputedValues if this is an autogenerated step.

Wether a animation-timing-function declaration exists in the list of declarations.

This is used to know when to override the keyframe animation style.

Methods

impl KeyframesStep
[src]

[src]

Return specified TransitionTimingFunction if this KeyframesSteps has 'animation-timing-function'.

Trait Implementations

impl Debug for KeyframesStep
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for KeyframesStep
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more