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

Last updated on : 2023-03-20

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.

Overview

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.

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%);

Code snippets

browser-support.css

Source:browser-support.css Github

copy

Full Screen

Full Screen

Browser Compatibility

  • CSS Repeating Gradients on IE is fully supported on 10-11, partially supported on None of the versions, and not supported on 5.5-9 IE versions.
  • CSS Repeating Gradients on Edge is fully supported on 12-111, partially supported on None of the versions, and not supported on below 12 Edge versions.
  • CSS Repeating Gradients on Firefox is fully supported on 3.6-113, partially supported on None of the versions, and not supported on 2-3 Firefox versions.
  • CSS Repeating Gradients on Chrome is fully supported on 10-114, partially supported on None of the versions, and not supported on 4-9 Chrome versions.
  • CSS Repeating Gradients on Safari is fully supported on 5.1-16.4, partially supported on None of the versions, 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, partially supported on None of the versions, and not supported on 3.2-4 Safari on iOS versions.
  • CSS Repeating Gradients on Android Browser is fully supported on 4.2-111, partially supported on None of the versions, 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 97-111, partially supported on None of the versions, and not supported on below 97 Chrome for Android versions.
  • CSS Repeating Gradients on Firefox for Android is fully supported on 95-110, partially supported on None of the versions, and not supported on below 95 Firefox for Android versions.
  • CSS Repeating Gradients on Samsung Internet is fully supported on 4-20, partially supported on None of the versions, and not supported on below 4 Samsung Internet versions.
97
Hightooltip

Browser Compatibility Score

Chrome IE
Medium

Browser Support For IE Versions

10-11
Fully
-
Partially
5.5-9
No Support
Chrome Edge
High

Browser Support For Edge Versions

12-111
Fully
-
Partially
-
No Support
Chrome Firefox
High

Browser Support For Firefox Versions

3.6-113
Fully
-
Partially
2-3
No Support
Chrome Chrome
High

Browser Support For Chrome Versions

10-114
Fully
-
Partially
4-9
No Support
Chrome Safari
High

Browser Support For Safari Versions

5.1-16.4
Fully
-
Partially
3.2-5
No Support
Chrome Opera
High

Browser Support For Opera Versions

11.6-95
Fully
11.1-11.5
Partially
9.5-11
No Support
Chrome Safari on iOS
High

Browser Support For Safari on iOS Versions

5-16.4
Fully
-
Partially
3.2-4
No Support
Chrome Android Browser
High

Browser Support For Android Browser Versions

4.2-111
Fully
-
Partially
2.1-3
No Support
Chrome Opera Mobile
High

Browser Support For Opera Mobile Versions

12-73
Fully
11.5-11.1
Partially
10-11
No Support
Chrome Chrome for Android
High

Browser Support For Chrome for Android Versions

97-111
Fully
-
Partially
-
No Support
Chrome Firefox for Android
High

Browser Support For Firefox for Android Versions

95-110
Fully
-
Partially
-
No Support
Chrome Samsung Internet
High

Browser Support For Samsung Internet Versions

4-20
Fully
-
Partially
-
No Support

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Test your website on 3000+ browsers

Test your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for CSS Repeating Gradients and many more web technologies that are a part of your website or web-application.

Last Modified date

2023-03-20

Browser Support for CSS Repeating Gradients

References


Data sourced from

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Debug Your Mobile Websites Faster With LT Browser!

Harness the power of Chromium-based engine to deliver responsive websites and web apps.

Try for free...
Join

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful