# Get DVE Transition

### **Parameters**

* **Mix Effect Block Index**: The Mix Effect Block to change. Default is M/E 1.

### **Returns**

DVE Transition Details object, which contains the following fields:

* **Rate**: The number of frames for the transition from 1-250.
* **DVE Effect**: The style used by the DVE transition.
* **Reverse**: Reverse the direction of the transition.
* **Flip Flop**: Flip the transition every time the transition is run.

The following fields are active only when the DVE Effect field is set to Graphic Logo Wipe:

* **Fill Source**: The video source used for the transition.
* **Enable Key**: Toggle to use a video source as a key for the fill source.
* **Key Source**: The video source to be used as the key for the transition.

The following fields are active only if Enable Key is toggled on:

* **Enable Pre Multiplied**: Set to true to identify the key source as a pre-multiplied key.
* **Clip**: Adjust the threshold at which the key cuts its hole. A lower clip level shows more of the background.
* **Gain**: Modifies the angle between on and off for the key signal. Used to adjust the softness along the edges of the key signal.
* **Invert Key**: Inverts the key source.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mixeffect.app/automate/shortcuts/actions/get-transition-dve-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
