Trait style::values::animated::AnimatedValueAsComputed [] [src]

pub trait AnimatedValueAsComputed { }

Marker trait for computed values with the same representation during animations.

Implementations on Foreign Types

impl AnimatedValueAsComputed for bool
[src]

impl AnimatedValueAsComputed for f32
[src]

Implementors