@motion-script/core / FillOptions
Interface: FillOptions
Defined in: attributes/shape/fill/chain.ts:53
Cross-cutting options shared by every fill layer. These map onto the
opacity / blend fields each fill prop already accepts, plus the
space directive carried generically by the registry.
Extended by
Properties
blend?
optionalblend?:"color"|"multiply"|"screen"|"overlay"|"darken"|"lighten"|"color-dodge"|"color-burn"|"hard-light"|"soft-light"|"difference"|"exclusion"|"hue"|"saturation"|"luminosity"|"normal"
Defined in: attributes/shape/fill/chain.ts:55
opacity?
optionalopacity?:number
Defined in: attributes/shape/fill/chain.ts:54
space?
optionalspace?:FillSpace
Defined in: attributes/shape/fill/chain.ts:56