# Transitions

This component extends the original components provided by MUI: <https://mui.com/material-ui/transitions/>

The extended properties are:

| Property  | Type          | Props Value                                                           |
| --------- | ------------- | --------------------------------------------------------------------- |
| position  | string        | top-left (default), top, top-right, bottom-left, bottom, bottom-right |
| sx        | CSSProperties |                                                                       |
| type      | string        | grow (default), collapse, fade, slide                                 |
| direction | direction     | up (default), down, left, right                                       |

Live Preview: <https://mantisdashboard.com/dashboard/default> (Header Options)

{% hint style="info" %}
Asterisk (<mark style="color:red;">\*</mark>) indicates required props.
{% endhint %}

## Popup Transition

This represents the zoom transition for Dialog component.

Live Preview: <https://mantisdashboard.com/components-overview/dialogs>


---

# 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://codedthemes.gitbook.io/mantis/components/transitions.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.
