Class TipAnimationBuilder
Inheritance
System.Object
TipAnimationBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TipAnimationBuilder
Constructors
TipAnimationBuilder(TipAnimation)
Specifies the mapping fields for the animation property of the Tooltip.
Declaration
public TipAnimationBuilder(TipAnimation animation)
Parameters
Type | Name | Description |
---|---|---|
TipAnimation | animation |
Methods
Effect(Effect)
Defines the animation effect.
Declaration
public TipAnimationBuilder Effect(Effect effect)
Parameters
Type | Name | Description |
---|---|---|
Effect | effect |
Returns
Type | Description |
---|---|
TipAnimationBuilder | This method returns string value |
Speed(Int32)
Defines the animation speed.
Declaration
public TipAnimationBuilder Speed(int speed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | speed |
Returns
Type | Description |
---|---|
TipAnimationBuilder | This method returns integer value |