# DynamicTransform

> Optimizes rendering of a VisualElement for frequent position and transformation changes.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
DynamicTransform = 1
```

### Remarks

This option uses the GPU instead of CPU to perform the VisualElement's vertex transformation.

Use this option on a VisualElement that changes any of the following style properties:

* `left`

* `top`

* `right`

* `bottom`

* `position`

* `transform-origin`

* `rotate`

* `scale`

* `translate`
