Optional
baseUnused by "step" ease functions. Kept to avoid errors in Typescript
Set the range stops and the input values to apply at those stops.
ex.
"ranges": [
{ "stop": 0, "input": "#f28cb1" },
{ "stop": 100, "input": "#f1f075" },
{ "stop": 750, "input": "#51bbd6" }
]
"zoom" | "lon" | "lat" | "angle" | "pitch"
Input Range Step
Input Range is used to group features based on a range of values based upon a
type
provided and apply specific design attributes for those groups. If the feature's value falls within the range, the fallback is used.The "step" type is more limited than an ease type, often used by LAYOUT styling where the change is immediate to each stop.
ex.
Properties
ease
: Must be"step"
type
: The type of input to use. Options arezoom
|lon
|lat
|angle
|pitch
ranges
: [See Range] Set the range stops and the input values to apply at those stops.