Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationModel

    Show / Hide Table of Contents

    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 Description
    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 Description
    TooltipAnimationSettings
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved