HtmlForgeX

API Reference

Class

SmartWizardTransition

Namespace HtmlForgeX
Assembly HtmlForgeX

Transition configuration for SmartWizard animations.

Inheritance

  • Object
  • SmartWizardTransition

Constructors

public SmartWizardTransition() #

Properties

public String Effect { get; set; } #
JsonPropertyName("effect")

Gets or sets the animation type.

public Nullable<Int32> 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 SmartWizardTransitionCss Css { get; set; } #
JsonPropertyName("css")

Gets or sets CSS transition class groups for custom animation libraries.

public String Animation { get; set; } #
JsonIgnore

Gets or sets the legacy animation alias.

public String PrefixCss { get; set; } #
JsonIgnore

Gets or sets the CSS class prefix for custom animations.

public String FwdShowCss { get; set; } #
JsonIgnore

Gets or sets the forward show CSS class.

public String FwdHideCss { get; set; } #
JsonIgnore

Gets or sets the forward hide CSS class.

public String BckShowCss { get; set; } #
JsonIgnore

Gets or sets the backward show CSS class.

public String BckHideCss { get; set; } #
JsonIgnore

Gets or sets the backward hide CSS class.