Class AnimationModel
Interface for a class Animation.
Inheritance
System.Object
AnimationModel
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnimationModel : Object
Constructors
AnimationModel()
Declaration
public AnimationModel()
Properties
Close
Animation settings to be applied to the Tooltip when it is closed.
Declaration
public TooltipAnimationSettings Close { get; set; }
Property Value
Type |
---|
TooltipAnimationSettings |
Open
Animation settings to be applied on the Tooltip, while it is being shown over the target.
Declaration
public TooltipAnimationSettings Open { get; set; }
Property Value
Type |
---|
TooltipAnimationSettings |