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.
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close