Next-Gen App & Browser
Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

CSS Repeating Gradients

The repeating-linear-gradient function allows us to define a repeating radial or linear gradient as a CSS image. This can be used to create gradients that don’t repeat when rotated.

Last updated on : 2023-03-20

Browser Versions

IEIE

EdgeEdge

FirefoxFirefox

ChromeChrome

SafariSafari

OperaOpera

5.5 - 9
Test on IE 5.5 - 9 ...
10 - 11
Test on IE 10 - 11 ...
12 - 111
Test on Edge 12 - 111 ...
2 - 3
Test on Firefox 2 - 3 ...
3.6 - 113
Test on Firefox 3.6 - 113 ...
4 - 9
Test on Chrome 4 - 9 ...
10 - 114
Test on Chrome 10 - 114 ...
3.2 - 5
Test on Safari 3.2 - 5 ...
5.1 - 16.4
Test on Safari 5.1 - 16.4 ...
9.5 - 11
Test on Opera 9.5 - 11 ...
11.1 - 11.5
Test on Opera 11.1 - 11.5 ...
11.6 - 95
Test on Opera 11.6 - 95 ...

...Fully Supported

...Partially

...No Support

Specifications

CSS Images Module Level 3 # repeating-gradients

Syntax

/* A repeating gradient tilted 45 degrees, starting blue and finishing red, repeating 3 times */
 repeating-linear-gradient(45deg, blue, red 33.3%);
 /* A repeating gradient going from the bottom right to the top left, starting blue and finishing red, repeating every 20px */
 repeating-linear-gradient(to left top, blue, red 20px);
 /* A gradient going from the bottom to top, starting blue, turning green after 40%, and finishing red. This gradient doesn't repeat because the last color stop defaults to 100% */
 repeating-linear-gradient(0deg, blue, green 40%, red);
 /* A gradient repeating five times, going from the left to right, starting red, turning green, and back to red */
 repeating-linear-gradient(to right, red 0%, green 10%, red 20%);

Browser Compatibility

CSS Repeating Gradients on IE is fully supported on 10-11, and not supported on 5.5-9 IE versions.

CSS Repeating Gradients on Edge is fully supported on all Edge versions.

CSS Repeating Gradients on Firefox is fully supported on 3.6-113, and not supported on 2-3 Firefox versions.

CSS Repeating Gradients on Chrome is fully supported on 10-114, and not supported on 4-9 Chrome versions.

CSS Repeating Gradients on Safari is fully supported on 5.1-16.4, and not supported on 3.2-5 Safari versions.

CSS Repeating Gradients on Opera is fully supported on 11.6-95, partially supported on 11.1-11.5, and not supported on 9.5-11 Opera versions.

CSS Repeating Gradients on Safari on iOS is fully supported on 5-16.4, and not supported on 3.2-4 Safari on iOS versions.

CSS Repeating Gradients on Android Browser is fully supported on 4.2-111, and not supported on 2.1-3 Android Browser versions.

CSS Repeating Gradients on Opera Mobile is fully supported on 12-73, partially supported on 11.5-11.1, and not supported on 10-11 Opera Mobile versions.

CSS Repeating Gradients on Chrome for Android is fully supported on all Chrome for Android versions.

CSS Repeating Gradients on Firefox for Android is fully supported on all Firefox for Android versions.

CSS Repeating Gradients on Samsung Internet is fully supported on all Samsung Internet versions.

97
Hightooltip

Overall Browser Compatibility Score

Note:CSS Repeating Gradients shows a browser compatibility score of 97. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.


Test on 3000+ browsers for CSS Repeating Gradients & more

Test your website for CSS Repeating Gradients and other web technologies. Get 100 FREE automation test minutes!

Test Now...

KaneAI - Testing Assistant

World’s first AI-Powered E2E testing agent.

...
ShadowLT Logo

Start your journey with LambdaTest

Get 100 minutes of automation test minutes FREE!!

Signup for free

Did you find this page helpful?

Helpful

NotHelpful