@motion-script/core / KaleidoscopeOptions
Interface: KaleidoscopeOptions
Defined in: attributes/shape/effects/chain.ts:472
Mirrored wedges around a point. Scalar shorthand sets segments.
Extends
Properties
amount?
optionalamount?:number
Defined in: attributes/shape/effects/chain.ts:482
0–1 blend from the original to the folded pattern — the handle to ramp it on (default 1).
angle?
optionalangle?:number
Defined in: attributes/shape/effects/chain.ts:476
Rotation of the pattern in degrees — animate to sweep the source (default 0).
center?
optionalcenter?:Vector2
Defined in: attributes/shape/effects/chain.ts:478
Fold origin in 0–1 layer coords (default middle).
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode
offset?
optionaloffset?:number
Defined in: attributes/shape/effects/chain.ts:480
Radial offset of the sampled wedge (default 0).
segments?
optionalsegments?:number
Defined in: attributes/shape/effects/chain.ts:474
Number of mirrored wedges; below 2 is a no-op (default 6).