Liking cljdoc? Tell your friends :D

web.svg.SVGAnimationElement

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`.
raw docstring

get-start-timecljs

(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.
sourceraw docstring

onbegincljs

(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`
sourceraw docstring

onendcljs

(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`
sourceraw docstring

onrepeatcljs

(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`
sourceraw docstring

set-onbegin!cljs

(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`
sourceraw docstring

set-onend!cljs

(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`
sourceraw docstring

set-onrepeat!cljs

(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`
sourceraw docstring

set-target-element!cljs

(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`
sourceraw docstring

target-elementcljs

(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`
sourceraw docstring

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

× close