MotionScript

@motion-script/core


@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?

optional amount?: 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?

optional angle?: number

Defined in: attributes/shape/effects/chain.ts:476

Rotation of the pattern in degrees — animate to sweep the source (default 0).


center?

optional center?: Vector2

Defined in: attributes/shape/effects/chain.ts:478

Fold origin in 0–1 layer coords (default middle).


mode?

optional mode?: EffectMode

Defined in: attributes/shape/effects/effect-data.ts:83

Inherited from

EffectOptions.mode


offset?

optional offset?: number

Defined in: attributes/shape/effects/chain.ts:480

Radial offset of the sampled wedge (default 0).


segments?

optional segments?: number

Defined in: attributes/shape/effects/chain.ts:474

Number of mirrored wedges; below 2 is a no-op (default 6).