Interface ISvgAnimateTransformElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
This interface corresponds to the "animateTransform" element.
public interface ISvgAnimateTransformElement : ISvgAnimationElement, ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgUriReference, ISvgExternalResourcesRequired, IElementTimeControl, IEventTarget
- Inherited Members
Properties
- Accumulate
Gets or sets a value that controls whether or not the animation is cumulative.
- Additive
Gets or sets a value that controls whether or not the animation is additive.
- AttributeName
Gets or sets the name of the target attribute. An XMLNS prefix may be used to indicate the XML namespace for the attribute. The prefix will be interpreted in the scope of the current (i.e., the referencing) animation element.
- AttributeType
Gets or sets the namespace in which the target attribute and its associated values are defined.
- By
Gets or sets a value that specifies a relative offset value for the animation.
- CalcMode
Gets or sets a value that specifies the interpolation mode for the animation.
- From
Gets or sets a value that specifies the starting value of the animation.
- KeySplines
Gets or sets a set of Bézier control points associated with the "keyTimes" list, defining a cubic Bézier function that controls interval pacing.
- KeyTimes
Gets or sets a semicolon-separated list of time values used to control the pacing of the animation.
- To
Gets or sets a value that specifies the ending value of the animation.
- Type
Gets or sets a value to indicates the type of transformation which is to have its values change over time.
- Values
Gets or sets a semicolon-separated list of one or more values.