# Get Wipe Transition

**Parameters**

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

**Returns**

Wipe Transition Details object, which contains the following fields:

* **Rate**: The number of frames for the transition from 1-250.
* **Pattern**: The pattern used by the transition.
* **Symmetry**: Adjust the aspect ratio of the pattern. Not available with all patterns.
* **Position X**: Move the X position of the pattern from the center.
* **Position Y**: Move the Y position of the pattern from the center.
* **Reverse**: Reverse the direction of the transition.
* **Flip Flop**: Flip the transition every time the transition is run
* **Softness**: Adjust the softness of the edge of the wipe pattern between sharp and fuzzy.
* **Width**: Width of the border.
* **Fill Source**: The fill source used for the transition.


---

# 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-wipe-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.
