HtmlForgeX

API Reference

Class

ApexAnimations

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents animation options.

Inheritance

  • Object
  • ApexAnimations

Constructors

public ApexAnimations() #

Methods

public ApexAnimations SetEnabled(Boolean enabled) #
Returns: ApexAnimations

Enables or disables animations.

Parameters

enabled System.Boolean requiredposition: 0
public ApexAnimations SetSpeed(Int32 speed) #
Returns: ApexAnimations

Sets the animation speed.

Parameters

speed System.Int32 requiredposition: 0

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets whether animations are enabled.

public Nullable<Int32> Speed { get; set; } #
JsonPropertyName("speed")

Gets or sets the animation speed.

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

Gets or sets the animation easing.

public ApexAnimateGradually AnimateGradually { get; set; } #
JsonPropertyName("animateGradually")

Gets or sets whether to animate gradually.

public ApexDynamicAnimation DynamicAnimation { get; set; } #
JsonPropertyName("dynamicAnimation")

Gets or sets dynamic animation options.