HtmlForgeX

API Reference

Enum

TablerPlaceholderAnimation

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

Placeholder animation style (glow/wave) used for skeleton loaders.

Inheritance

  • Enum
  • TablerPlaceholderAnimation

Values

public const TablerPlaceholderAnimation None #

No animation.

Value: 0
public const TablerPlaceholderAnimation Glow #

Glow animation.

Value: 1
public const TablerPlaceholderAnimation Wave #

Wave animation.

Value: 2