Typescript Library Declarations (DOM)
Interface SVGAnimatedAngle
Used for attributes of basic type
which can be animated.
MDN Reference
interface
SVGAnimatedAngle
{
animVal
:
SVGAngle
;
baseVal
:
SVGAngle
;
}
Index
Properties
anim
Val
base
Val
Properties
Readonly
anim
Val
anim
Val
:
SVGAngle
Readonly
base
Val
base
Val
:
SVGAngle
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
anim
Val
base
Val
Typescript Library Declarations (DOM)
Used for attributes of basic type which can be animated.
MDN Reference