initialTipWidth
Width of the initial tip in pixels.
Last updated
Width of the initial tip in pixels.
Attribute: initial-tip-width
Type: number
Default value: 350
selphi.initialTipWidth = 350;Width in pixels of the initial tip animation area in facephi-selphi-widget.
Requires initialTip active.
<facephi-selphi-widget
initialTip={true}
initialTipHeight={350}
initialTipWidth={350}
/>Last updated