animVal property
Contains the same value as the ISVGAnimatedEnumeration::baseVal property.
Note The ISVGAnimatedEnumeration::animVal property is available but not supported in Windows Internet Explorer 9.
![]() ![]() |
Syntax
HRESULT value = object.put_animVal(USHORT v);HRESULT value = object.get_animVal(USHORT* p);
Property values
Type: unsigned short
ISVGAnimatedEnumeration::baseVal. (See the following Remarks section.)
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.5
Remarks
Internet Explorer 9 supports script-based SVG animation but it does not support declarative-based SVG animation. As a result, the ISVGAnimatedEnumeration::animVal property contains the same value as the ISVGAnimatedEnumeration::baseVal property.
Show:

