# Animation Style

| Message                 | Description                                                               | Arguments |
| ----------------------- | ------------------------------------------------------------------------- | --------- |
| `/mixeffect/ssrc/style` | Sets the mathematical function used to generate the transition animation. | Integer   |

| Argument | Type    | Description                                                                                                                                                                                                                                                              |
| -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Style    | Integer | <p>0 = Cosine</p><p>1 = Cubed</p><p>2 = Inverse Cubed</p><p>3 = Inverse Squared</p><p>4 = Linear</p><p>5 = Sine</p><p>6 = Smooth Step</p><p>7 = Smoother Step</p><p>8 = Squared</p><p>9 = Ease In Out Elastic</p><p>10 = Ease Out Bounce</p><p>11 = Ease Out Elastic</p> |


---

# 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/osc/messages/supersource/animation-style.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.
