Class TooltipAnimationSettings
Animation options that are common for both open and close actions of the Tooltip.
Inheritance
System.Object
TooltipAnimationSettings
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class TooltipAnimationSettings : Object
Constructors
TooltipAnimationSettings()
Declaration
public TooltipAnimationSettings()
Properties
Delay
Gets or sets the delay value in milliseconds and indicating the waiting time before the animation begins.
Declaration
public Nullable<double> Delay { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Duration
Gets or sets the duration of the animation that is completed per the animation cycle.
Declaration
public Nullable<double> Duration { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Effect
Gets or sets the Animation effect on the Tooltip, during open and close actions.
Declaration
public Effect Effect { get; set; }
Property Value
Type |
---|
Effect |