Linear gradient. Remember to use unprefixed version in addition.
Radial gradient. Remember to use unprefixed version in addition.
Repeating Linear gradient. Remember to use unprefixed version in addition.
Repeating radial gradient. Remember to use unprefixed version in addition.
Linear gradient. Remember to use unprefixed version in addition.
Repeating Linear gradient. Remember to use unprefixed version in addition.
Deprecated. Use modern linear-gradient() or radial-gradient() instead.
Provide multiple resolutions. Remember to use unprefixed image-set() in addition.
Linear gradient. Remember to use unprefixed version in addition.
Radial gradient. Remember to use unprefixed version in addition.
Repeating Linear gradient. Remember to use unprefixed version in addition.
Repeating radial gradient. Remember to use unprefixed version in addition.
Indicates the two images to be combined and how far along in the transition the combination is.
Use an element in the document as an image.
Provide image fallbacks and annotations.
Provide multiple resolutions of an image and const the UA decide which is most appropriate in a given situation.
A linear gradient is created by specifying a straight gradient line, and then several colors placed along that line.
Rest
...params: [direction: CSSAngle | CSSSideOrCorner, ...colorStops: CSSLinearColorStopOrHint[]]Colors emerge from a single point and smoothly spread outward in a circular or elliptical shape.
Rest
...params: [shapeSizeAtPosition: string, ...colors: CSSLinearColorStopOrHint[]]Same as linear-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.
Rest
...params: [direction: CSSAngle | CSSSideOrCorner, ...colorStops: CSSLinearColorStopOrHint[]]Same as radial-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.
Rest
...params: [shapeSizeAtPosition: string, ...colors: CSSLinearColorStopOrHint[]]Reference an image file by URL
Rest
...params: [url: string, base64: boolean, dataType: string]
Use an element in the document as an image. Remember to use unprefixed element() in addition.