ISVGAnimatedTransformList interface

Provides attributes that specify a set of transformations, such as the ISVGTransformable::transform attribute, that you can animate.

Members

The ISVGAnimatedTransformList interface inherits from the IDispatch interface. ISVGAnimatedTransformList also has these types of members:

  • Properties

Properties

The ISVGAnimatedTransformList interface has these properties.

Property Access type Description

ISVGAnimatedTransformList::animVal

Read/write

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

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

ISVGAnimatedTransformList::baseVal

Read/write

Gets or sets the base value of the given attribute before any animations are applied.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch