Type Definition style::values::computed::transform::Transform [] [src]

type Transform = GenericTransform<TransformOperation>;

A computed CSS transform

Trait Implementations

impl ToAnimatedZero for Transform
[src]

[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]

https://drafts.csswg.org/css-transforms/#interpolation-of-transforms

[src]

Animate a value towards another one, given an animation procedure.

impl ComputeSquaredDistance for ComputedTransform
[src]

[src]

Computes the squared distance between two animatable values.