<repeating-linear-gradient>:repeating-linear-gradient([ <point>,]? <color-stop>[, <color-stop>]+);
<point>:[ left | right ]? [ top | bottom ]? || <angle>?
<color-stop>:<color> [ <length> | <percentage> ]?
示例代码:
(图一)
repeating-linear-gradient(#f00,#ff0 10%,#f00 15%); repeating-linear-gradient(top,#f00,#ff0 10%,#f00 15%); repeating-linear-gradient(-90deg,#f00,#ff0 10%,#f00 15%); repeating-linear-gradient(270deg,#f00,#ff0 10%,#f00 15%);
以上几句代码都可以实现如(图一)的渐变效果
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
版本 | 6-9 | 4-18 | 5.1.7 | 13-23 | 11.5-12.5 |
版本 | 10 |