SVGAnimatedLength

@native @JSGlobal @JSType
class SVGAnimatedLength extends Object

The SVGAnimatedLength interface is used for attributes of basic type <length> which can be animated.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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