Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.95 KB

File metadata and controls

62 lines (44 loc) · 1.95 KB

Shadow

Kind: global interface

shadow.type : String

Type of the shadow, outer or inner.

Kind: instance property of Shadow

shadow.offsetX : String

Horizontal offset of the shadow.

Kind: instance property of Shadow

shadow.offsetY : String

Vertical offset of the shadow.

Kind: instance property of Shadow

shadow.blurRadius : Number

Radius of the blur applied to the shadow, a positive integer.

Kind: instance property of Shadow

shadow.spread : Number

Spread of the shadow.

Kind: instance property of Shadow

shadow.color : Color

Color of the shadow.

Kind: instance property of Shadow

shadow.opacity : Number

Opacity of the shadow, [0, 1].

Kind: instance property of Shadow

shadow.blendMode : BLEND_MODES

Blend mode of the shadow, defined in BLEND_MODES.

Kind: instance property of Shadow