> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/create-effects-in-the-inspector/composite-effects.md).

# Composite Effects

This Scriptable lets you combine multiple effects together, under a single Effect Tag (of course you can assign any animation, including built-in ones).\
For example having both a “shake” and “wave” animations with specific parameters, that you can later use with `<style0>`.

<img src="/files/b215HsmlElqNa1baDpXW" alt="text animator composite style0" width="500">

#### Composite With Emission <a href="#composite-with-emission" id="composite-with-emission"></a>

Same as above, but you also have an “Emission” module that lets you control the effect intensity through time.

This is pretty useful in case you have an animation that is usually designed to be infinite, like the “Shake” behavior effect, but you’d like to convert it to an Appearance/Disappearance one (thus, having it to play only in one cycle and with an emission from 1 to 0).

<figure><img src="/files/7FSE0FW4kG4VgpGhCFTg" alt=""><figcaption><p>built-in shake effect with intensity curve</p></figcaption></figure>


---

# 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.febucci.com/text-animator-unity/2.x/effects/create-your-own-effects/create-effects-in-the-inspector/composite-effects.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.
