@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?
optionalcolor?:Color
Defined in: attributes/shape/effects/chain.ts:169
Band colour (default 'black').
mode?
optionalmode?:EffectMode
Defined in: attributes/shape/effects/effect-data.ts:83
Inherited from
EffectOptions.mode
position?
optionalposition?:OutlinePosition
Defined in: attributes/shape/effects/chain.ts:171
Which side of the edge the band grows from (default 'outside').
width?
optionalwidth?:number
Defined in: attributes/shape/effects/chain.ts:167
Band thickness in pixels (default 4).