0 out of 1 rated this helpful - Rate this topic

animVal property

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

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

Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.6Internet Explorer 9

Syntax

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

Property values

Type: long

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.