div-radial-gradient-relative-center

Location of the central point of the gradient relative to the element borders.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be relative.

value

number

Required parameter.

Coordinate value in the range "0...1".

JSON
{
  type*: "relative",
  value*: "number"
}