Used for defining gradient stops in the circular progress component.
For each circular gradient, defined as gradient slot of the circular progress, would be created a SVG stop element.
The values passed as color, offset and opacity would be set as
stop-color, offset and stop-opacity of the SVG element without further validations.
- Element
-
igc-circular-gradient
Properties
Section titled "Properties"offset
Section titled "offset"Defines where the gradient stop is placed along the gradient vector
offset: string = '0%'