animVal property
Contains the same value as the ISVGAnimatedTransformList::baseVal property.
Note The ISVGAnimatedTransformList::animVal property is available but not supported in Windows Internet Explorer 9.
![]() ![]() |
Syntax
HRESULT value = object.put_animVal(ISVGTransformList* v);HRESULT value = object.get_animVal(ISVGTransformList** p);
Property values
Type: Object
ISVGAnimatedTransformList::baseVal. (See the following Remarks section.)
Standards information
Remarks
Internet Explorer 9 supports script-based SVG animation but it does not support declarative-based SVG animation. As a result, the ISVGAnimatedTransformList::animVal property contains the same value as the ISVGAnimatedTransformList::baseVal property.
Show:

