SVGAnimatedString

@native @JSGlobal @JSType
class SVGAnimatedString extends Object

The SVGAnimatedString interface is used for attributes of type DOMString which can be animated.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def animVal: String

If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal.

If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

var baseVal: String

The base value of the given attribute before applying any animations.

The base value of the given attribute before applying any animations.