MotionScript

@motion-script/core


@motion-script/core / OutlineOptions

Interface: OutlineOptions

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

Coloured band around the node's silhouette. Scalar shorthand sets width.

Extends

Properties

color?

optional color?: Color

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

Band colour (default 'black').


mode?

optional mode?: EffectMode

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

Inherited from

EffectOptions.mode


position?

optional position?: OutlinePosition

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

Which side of the edge the band grows from (default 'outside').


width?

optional width?: number

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

Band thickness in pixels (default 4).