menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AnimationBuilder

    Represents a class for AnimationBuilder which includes show or hide animation effect when the dialog is open or close.

    Inheritance
    System.Object
    AnimationBuilder
    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 AnimationBuilder

    Constructors

    AnimationBuilder(Animation)

    Declaration
    public AnimationBuilder(Animation options)
    Parameters
    Type Name Description
    Animation options

    Methods

    Hide(Action<ShowHideBuilder>)

    Declaration
    public AnimationBuilder Hide(Action<ShowHideBuilder> hide)
    Parameters
    Type Name Description
    System.Action<ShowHideBuilder> hide
    Returns
    Type Description
    AnimationBuilder

    Show(Action<ShowHideBuilder>)

    Declaration
    public AnimationBuilder Show(Action<ShowHideBuilder> show)
    Parameters
    Type Name Description
    System.Action<ShowHideBuilder> show
    Returns
    Type Description
    AnimationBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved