Liking cljdoc? Tell your friends :D

web.css.CSSPseudoElement

The CSSPseudoElement interface represents a pseudo-element that be the target of an event or animated using the Web Animations Instances of this interface may be obtained by calling Element.pseudo().

The CSSPseudoElement interface represents a pseudo-element that
be the target of an event or animated using the Web Animations
Instances of this interface may be obtained by calling `Element.pseudo()`.
raw docstring

add-event-listenercljs

(add-event-listener this & args)

Method.

The web.EventTarget method addEventListener() sets up a function will be called whenever the specified event is delivered to the

target.addEventListener(type, listener[, options]); target.addEventListener(type, listener[, useCapture]); target.addEventListener(type, listener[, useCapture, wantsUntrusted ]); // Gecko/Mozilla only

See also: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

Method.

The `web.EventTarget` method addEventListener() sets up a function
will be called whenever the specified event is delivered to the

`target.addEventListener(type, listener[, options]);
target.addEventListener(type, listener[, useCapture]);
target.addEventListener(type, listener[, useCapture, wantsUntrusted  ]); // Gecko/Mozilla only`

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

animatecljs

(animate this & args)

Method.

A shortcut method to create and run an animation on a pseudo-element. the created Animation object instance.

Method.

A shortcut method to create and run an animation on a pseudo-element.
the created Animation object instance.
sourceraw docstring

elementcljs

(element this)

Property.

The element read-only property of the web.css.CSSPseudoElement returns a reference to the originating element of the pseudo-element, other words its parent element.

var originatingElement = cssPseudoElement.element;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/element

Property.

The element read-only property of the `web.css.CSSPseudoElement`
returns a reference to the originating element of the pseudo-element,
other words its parent element.

`var originatingElement = cssPseudoElement.element;`

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

set-element!cljs

(set-element! this val)

Property.

The element read-only property of the web.css.CSSPseudoElement returns a reference to the originating element of the pseudo-element, other words its parent element.

var originatingElement = cssPseudoElement.element;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/element

Property.

The element read-only property of the `web.css.CSSPseudoElement`
returns a reference to the originating element of the pseudo-element,
other words its parent element.

`var originatingElement = cssPseudoElement.element;`

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

set-type!cljs

(set-type! this val)

Property.

The type read-only property of the web.css.CSSPseudoElement returns the type of the pseudo-element as a string, represented the form of a CSS selector.

var typeOfPseudoElement = cssPseudoElement.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/type

Property.

The type read-only property of the `web.css.CSSPseudoElement`
returns the type of the pseudo-element as a string, represented
the form of a CSS selector.

`var typeOfPseudoElement = cssPseudoElement.type;`

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

typecljs

(type this)

Property.

The type read-only property of the web.css.CSSPseudoElement returns the type of the pseudo-element as a string, represented the form of a CSS selector.

var typeOfPseudoElement = cssPseudoElement.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPseudoElement/type

Property.

The type read-only property of the `web.css.CSSPseudoElement`
returns the type of the pseudo-element as a string, represented
the form of a CSS selector.

`var typeOfPseudoElement = cssPseudoElement.type;`

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

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

× close