SVGAnimatedNumber

@native @JSGlobal @JSType
class SVGAnimatedNumber extends Object

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

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def animVal: Double

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: Double

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

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