Conic gradients are like radial gradients except that color-stops are placed around the circumference of the circle rather than on a line emerging from the center.
Syntax | |
---|---|
CSS | repeating-conic-gradient( [ [ [ from <angle> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list> ), where <angular-color-stop-list> = "<angular-color-stop> , [ <angular-color-hint>? , <angular-color-stop> ]#", <angular-color-stop> = "<color> <color-stop-angle>?", <angular-color-hint> = "<angle-percentage>", <color-stop-angle> = "<angle-percentage>{1,2}" |