ErrorAnimationType

Wisej.Web.ErrorAnimationType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of animation to apply to the error provider.

public enum ErrorAnimationType : Enum

Fields

NameDescription

Blink

Blink animation, the element appears and disappears.

Bounce

Bounce animation. The element bounces up and down.

None

No animation.

Tada

Tada animation. The element is zoomed, giggles and returns to its original size and location.

Used By

NameDescription

Returns or sets a value indicating the type of animation to perform when the error icon blinks..

Last updated