An object describing the effect to apply at a scale stop.

interface ScaleDependentEffectJson {
    scale: number;
    value: EffectFunctionJson[];
}

Properties

Properties

scale: number

The scale of the view for the effect to take place.

The effect to be applied at the corresponding scale.