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
selphid.initialTipHeight = 350;Sets the height of the animation in the initial tip component
Requires initialTip active.
<facephi-selphid-widget
initialTip={true}
initialTipHeight={350}
initialTipWidth={350}
/>Last updated