Type Definition style::values::computed::transform::Transform
[−]
[src]
type Transform = GenericTransform<TransformOperation>;
A computed CSS transform
Trait Implementations
impl ToAnimatedZero for Transform
[src]
fn to_animated_zero(&self) -> Result<Self, ()>
[src]
Returns a value that, when added with an underlying value, will produce the underlying value. This is used for SMIL animation's "by-animation" where SMIL first interpolates from the zero value to the 'by' value, and then adds the result to the underlying value. Read more
impl Animate for ComputedTransform
[src]
fn animate(&self, other_: &Self, procedure: Procedure) -> Result<Self, ()>
[src]
Animate a value towards another one, given an animation procedure.
impl ComputeSquaredDistance for ComputedTransform
[src]
fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
[src]
Computes the squared distance between two animatable values.