animVal attribute | animVal property
Contains the same value as the baseVal property.
Note The animVal property is available but not supported in Windows Internet Explorer 9.
![]() ![]() |
Syntax
| HTML |
|---|
<element animVal="p" ... > |
| JavaScript |
|---|
p = object.animVal |
Property values
Type: Object
baseVal. (See the following Remarks section.)
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.12
Remarks
Internet Explorer 9 supports script-based SVG animation but it does not support declarative-based SVG animation. As a result, the animVal property contains the same value as the baseVal property.
See also
Show:

