Struct style::animation::PropertyAnimation [] [src]

pub struct PropertyAnimation { /* fields omitted */ }

Represents an animation for a given property.

Methods

impl PropertyAnimation
[src]

[src]

Returns the given property name.

Important traits for Vec<u8>
[src]

Creates a new property animation for the given transition index and old and new styles. Any number of animations may be returned, from zero (if the property did not animate) to one (for a single transition property) to arbitrarily many (for all).

[src]

Update the given animation at a given point of progress.

[src]

Whether this animation has the same end value as another one.

Trait Implementations

impl Clone for PropertyAnimation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PropertyAnimation
[src]

[src]

Formats the value using the given formatter. Read more