> For the complete documentation index, see [llms.txt](https://docs.mixeffect.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mixeffect.app/automate/shortcuts/actions/get-transition-dve-details.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
