# ITransitionAnimations

> Provides helper methods to create transition animations for VisualElement style values

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.UIElements.Experimental](/engine/6000.7/script-reference/unityengine/uielements/experimental.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public interface ITransitionAnimations
```

## Methods

| Method                                                                                                            | Description                                                             |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Layout](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/layout.md)     | Triggers an animation changing this element's layout style values.      |
| [Position](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/position.md) | Triggers an animation changing this element's transform position.       |
| [Rotation](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/rotation.md) | Triggers an animation changing this element's transform rotation.       |
| [Scale](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/scale.md)       | Triggers an animation changing this element's transform scale.          |
| [Size](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/size.md)         | Triggers an animation changing this element's size style values.        |
| [Start](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/start.md)       | Starts a transition animation on this VisualElement.                    |
| [TopLeft](/engine/6000.7/script-reference/unityengine/uielements/experimental/itransitionanimations/topleft.md)   | Triggers an animation changing this element's positioning style values. |
