initialTipHeight
Height of the initial tip in pixels.
Last updated
Height of the initial tip in pixels.
Attribute: initial-tip-height
Type: number
Default value: 350
selphi.initialTipHeight = 350;Height 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