HtmlForgeX

API Reference

Enum

SmartTabAnimation

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the animation types available for SmartTab transitions.

Inheritance

  • Enum
  • SmartTabAnimation

Values

public const SmartTabAnimation None #

No animation.

Value: 0
public const SmartTabAnimation Fade #

Fade animation.

Value: 1
public const SmartTabAnimation SlideHorizontal #

Horizontal slide animation.

Value: 2
public const SmartTabAnimation SlideVertical #

Vertical slide animation.

Value: 3
public const SmartTabAnimation SlideSwing #

Slide with swing effect.

Value: 4
public const SmartTabAnimation Css #

Custom CSS animation.

Value: 5