# ErrorAnimationType

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

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

{% tabs %}
{% tab title="C#" %}

```csharp
public enum ErrorAnimationType : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum ErrorAnimationType As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                                                                                   |
| ---------- | --------------------------------------------------------------------------------------------- |
| **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

| Name                                                                                              | Description                                                                                      |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [ErrorProvider.BlinkAnimation](https://docs.wisej.com/api/wisej.web/errorprovider#blinkanimation) | Returns or sets a value indicating the type of animation to perform when the error icon blinks.. |
