Liking cljdoc? Tell your friends :D
ClojureScript only.

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.

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.

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

set-anim-val!cljs

(set-anim-val! this val)

Property.

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.

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

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

× close