The SVGAnimationElement interface is the base interface for all
the animation element interfaces: web.svg.SVGAnimateElement
,
web.deprecated.SVGAnimateColorElement
, web.svg.SVGAnimateMotionElement
web.svg.SVGAnimateTransformElement
.
The SVGAnimationElement interface is the base interface for all the animation element interfaces: `web.svg.SVGAnimateElement`, `web.deprecated.SVGAnimateColorElement`, `web.svg.SVGAnimateMotionElement` `web.svg.SVGAnimateTransformElement`.
(get-start-time this & args)
Method.
Returns a float representing the begin time, in seconds, for animation element's current interval, if it exists, regardless whether the interval has begun yet. If there is no current interval, a DOMException with code INVALID_STATE_ERR is thrown.
Method. Returns a float representing the begin time, in seconds, for animation element's current interval, if it exists, regardless whether the interval has begun yet. If there is no current interval, a DOMException with code INVALID_STATE_ERR is thrown.
(onbegin this)
Property.
The SVGAnimationElement.onbegin property refers to the event for the beginEvent.
var beginEventHandler = someElement.onbegin;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onbegin
Property. The SVGAnimationElement.onbegin property refers to the event for the beginEvent. `var beginEventHandler = someElement.onbegin;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onbegin`
(onend this)
Property.
The SVGAnimationElement.onend property refers to the event handler the endEvent.
var endEventHandler = someElement.onend;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onend
Property. The SVGAnimationElement.onend property refers to the event handler the endEvent. `var endEventHandler = someElement.onend;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onend`
(onrepeat this)
Property.
The SVGAnimationElement.onrepeat property refers to the event for the repeatEvent.
var repeatEventHandler = someElement.onrepeat;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onrepeat
Property. The SVGAnimationElement.onrepeat property refers to the event for the repeatEvent. `var repeatEventHandler = someElement.onrepeat;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onrepeat`
(set-onbegin! this val)
Property.
The SVGAnimationElement.onbegin property refers to the event for the beginEvent.
var beginEventHandler = someElement.onbegin;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onbegin
Property. The SVGAnimationElement.onbegin property refers to the event for the beginEvent. `var beginEventHandler = someElement.onbegin;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onbegin`
(set-onend! this val)
Property.
The SVGAnimationElement.onend property refers to the event handler the endEvent.
var endEventHandler = someElement.onend;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onend
Property. The SVGAnimationElement.onend property refers to the event handler the endEvent. `var endEventHandler = someElement.onend;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onend`
(set-onrepeat! this val)
Property.
The SVGAnimationElement.onrepeat property refers to the event for the repeatEvent.
var repeatEventHandler = someElement.onrepeat;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onrepeat
Property. The SVGAnimationElement.onrepeat property refers to the event for the repeatEvent. `var repeatEventHandler = someElement.onrepeat;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/onrepeat`
(set-target-element! this val)
Property.
The SVGAnimationElement.targetElement property refers to the which is being animated. If no target element is being animated example, because the href attribute specifies an unknown element), value returned is null.
var targetElement = someElement.targetElement;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/targetElement
Property. The SVGAnimationElement.targetElement property refers to the which is being animated. If no target element is being animated example, because the href attribute specifies an unknown element), value returned is null. `var targetElement = someElement.targetElement;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/targetElement`
(target-element this)
Property.
The SVGAnimationElement.targetElement property refers to the which is being animated. If no target element is being animated example, because the href attribute specifies an unknown element), value returned is null.
var targetElement = someElement.targetElement;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/targetElement
Property. The SVGAnimationElement.targetElement property refers to the which is being animated. If no target element is being animated example, because the href attribute specifies an unknown element), value returned is null. `var targetElement = someElement.targetElement;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/targetElement`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close