SVGAnimatedString
Overview
The SVGAnimatedString interface represents string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
animVal
property animVal: String read;
String animVal { get; }
var animVal: String { get{} }
String animVal { __get; }
ReadOnly Property animVal() As String
baseVal
property baseVal: String read write;
String baseVal { get; set; }
var baseVal: String { get{} set{} }
String baseVal { __get; __set; }
Property baseVal() As String