Typescript Library Declarations (DOM)
Interface SVGAnimatedTransformList
Used for attributes which take a list of numbers and which can be animated.
MDN Reference
interface
SVGAnimatedTransformList
{
animVal
:
SVGTransformList
;
baseVal
:
SVGTransformList
;
}
Index
Properties
anim
Val
base
Val
Properties
Readonly
anim
Val
anim
Val
:
SVGTransformList
Readonly
base
Val
base
Val
:
SVGTransformList
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
anim
Val
base
Val
Typescript Library Declarations (DOM)
Used for attributes which take a list of numbers and which can be animated.
MDN Reference