SVGAnimatedValueT Class
SVGAnimatedValue<T> class
Used for attributes of types which can be animated.
public abstract class SVGAnimatedValue<T> : SVGValueType
| Parameter | Description | 
|---|
| T | The SVG Value object. | 
Properties
| Name | Description | 
|---|
| getAnimVal If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal. |  | 
| [getBaseVal] |  | 
| [setBaseVal] The base value of the given attribute before applying any animations. |  | 
Methods
| Name | Description | 
|---|
| dispose() | Releases unmanaged and - optionally - managed resources. | 
| getPlatformType() | This method is used to retrieve the ECMAScript object . | 
See Also