Type Definition style::properties::animated_properties::IntermediateSVGPaint
[−]
[src]
type IntermediateSVGPaint = SVGPaint<AnimatedRGBA, ComputedUrl>;
Animated SVGPaint
Trait Implementations
impl ToAnimatedZero for IntermediateSVGPaint
[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