Liking cljdoc? Tell your friends :D

web.svg.SVGAnimatedString

The SVGAnimatedString interface represents string attributes can be animated from each SVG declaration. You need to create attribute before doing anything else, everything should be declared this.

The SVGAnimatedString interface represents string attributes
can be animated from each SVG declaration. You need to create
attribute before doing anything else, everything should be declared
this.
raw docstring

anim-valcljs

(anim-val this)

Property.

[Read Only]

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

var = object.animVal

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/animVal

Property.

[Read Only]

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

`var = object.animVal`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/animVal`
sourceraw docstring

base-valcljs

(base-val this)

Property.

BaseVal gets or sets the base value of the given attribute before animations are applied.The base value of the given attribute applying any animations. Setter throws DOMException.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/baseVal

Property.

BaseVal gets or sets the base value of the given attribute before
animations are applied.The base value of the given attribute
applying any animations. Setter throws DOMException.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/baseVal`
sourceraw docstring

set-base-val!cljs

(set-base-val! this val)

Property.

BaseVal gets or sets the base value of the given attribute before animations are applied.The base value of the given attribute applying any animations. Setter throws DOMException.

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/baseVal

Property.

BaseVal gets or sets the base value of the given attribute before
animations are applied.The base value of the given attribute
applying any animations. Setter throws DOMException.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimatedString/baseVal`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close