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.
The CSSPositionValue constructor creates a new css.CSSPositionValue
object which represents values for properties that take a position, for example web.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 `css.CSSPositionValue` object which represents values for properties that take a position, for example `web.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.
The x property of the 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. The x property of the `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.
The y property of the 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. The y property of the `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.
The x property of the 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. The x property of the `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.
The y property of the 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. The y property of the `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