Share via


animVal property

Contains the same value as the ISVGAnimatedNumber::baseVal property.

Note  The ISVGAnimatedNumber::animVal property is available but not supported in Windows Internet Explorer 9.

 

 

Syntax

HRESULT value = object.put_animVal( v);HRESULT value = object.get_animVal(* p);

Property values

Type: float

ISVGAnimatedNumber::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 ISVGAnimatedNumber::animVal property contains the same value as the ISVGAnimatedNumber::baseVal property.