Property of css/propertiescss/properties
Syntaxvar result = element.-ms-repeating-linear-gradient; element.-ms-repeating-linear-gradient = value;Examples
The following declaration creates a repeating linear gradient.
background-image: -ms-repeating-linear-gradient(top right, #FFF133 0%, #16D611 50%, #00A3EF 80%);Notes Remarks
Important The -ms-repeating-linear-gradient() function has been superseded by the repeating-linear-gradient function, which does not require the "-ms-" prefix and has a different syntax. Though the -ms-repeating-linear-gradient() function is still recognized by Internet Explorer 10, Microsoft encourages you to use the repeating-linear-gradient function, as it is compliant with the latest version of the CSS Image Values and Replaced Content Module Level 3 specification. Once the last stop point has been reached, the gradient transitions to the first stop point and repeats. The syntax for the -ms-repeating-linear-gradient() function is identical to that of the -ms-linear-gradient() function.
Syntax-ms-repeating-linear-gradient ( <angle> <starting-point> , <stop-color> <stop-offset> , <stop-color> <stop-offset> , ...)
deg
, grad
, rad
, or turn
).For more information about supported angle units,see CSS Values and Units.For instance, 0deg points upwards, 90deg points toward the right, and positive angles go clockwise. If no angle is provided, the gradient line starts in the corner or side specified by <starting-point> and ends in the opposite corner or side.
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4