HtmlForgeX

API Reference

Class

SmartTabTransition

Namespace HtmlForgeX
Assembly HtmlForgeX

Transition configuration for SmartTab animations.

Inheritance

  • Object
  • SmartTabTransition

Constructors

public SmartTabTransition() #

Properties

public String Animation { get; set; } #
JsonPropertyName("animation")

Gets or sets the animation type.

public String Speed { get; set; } #
JsonPropertyName("speed")

Gets or sets the animation speed in milliseconds.

public String Easing { get; set; } #
JsonPropertyName("easing")

Gets or sets the animation easing function.

public String PrefixCss { get; set; } #
JsonPropertyName("prefixCss")

Gets or sets the CSS class prefix for custom animations.

public String FwdShowCss { get; set; } #
JsonPropertyName("fwdShowCss")

Gets or sets the forward show CSS class.

public String FwdHideCss { get; set; } #
JsonPropertyName("fwdHideCss")

Gets or sets the forward hide CSS class.

public String BckShowCss { get; set; } #
JsonPropertyName("bckShowCss")

Gets or sets the backward show CSS class.

public String BckHideCss { get; set; } #
JsonPropertyName("bckHideCss")

Gets or sets the backward hide CSS class.