The CSSPositionValue interface of the the CSS Typed Object Model represents values for properties that take a position, for example
The CSSPositionValue interface of the the CSS Typed Object Model represents values for properties that take a position, for example
(constructor & args)
Constructor.
The CSSPositionValue constructor creates a new web.css.CSSPositionValue
object which represents values for properties that take a position, for example object-position
.
x A position along the web page's horizontal axis. y A position along the web page's vertical axix.
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/CSSPositionValue
Constructor. The CSSPositionValue constructor creates a new `web.css.CSSPositionValue` object which represents values for properties that take a position, for example `object-position`. x A position along the web page's horizontal axis. y A position along the web page's vertical axix. See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/CSSPositionValue`
(set-x! this val)
Property.
[Experimental]
The x property of the web.css.CSSPositionValue
interface returns
the item's position along the web page's horizontal axis.
var x = CSSPositionValue.x
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/x
Property. [Experimental] The x property of the `web.css.CSSPositionValue` interface returns the item's position along the web page's horizontal axis. `var x = CSSPositionValue.x` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/x`
(set-y! this val)
Property.
[Experimental]
The y property of the web.css.CSSPositionValue
interface returns
item's position along the vertical axis.
var y = CSSPositionValue.y
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/y
Property. [Experimental] The y property of the `web.css.CSSPositionValue` interface returns item's position along the vertical axis. `var y = CSSPositionValue.y` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/y`
(x this)
Property.
[Experimental]
The x property of the web.css.CSSPositionValue
interface returns
the item's position along the web page's horizontal axis.
var x = CSSPositionValue.x
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/x
Property. [Experimental] The x property of the `web.css.CSSPositionValue` interface returns the item's position along the web page's horizontal axis. `var x = CSSPositionValue.x` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/x`
(y this)
Property.
[Experimental]
The y property of the web.css.CSSPositionValue
interface returns
item's position along the vertical axis.
var y = CSSPositionValue.y
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/y
Property. [Experimental] The y property of the `web.css.CSSPositionValue` interface returns item's position along the vertical axis. `var y = CSSPositionValue.y` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSPositionValue/y`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close