Table of Contents

Property Additive

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Additive

Gets or sets a value that controls whether or not the animation is additive.

public string Additive { get; set; }

Property Value

string

Posible values are replace | sum, default is sum.

  • replace Specifies that the animation will override the underlying value of the attribute and other lower priority animations.
  • sum Specifies that the animation will add to the underlying value of the attribute and other lower priority animations.