> For the complete documentation index, see [llms.txt](https://plugin-everything.gitbook.io/plugin-everything-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugin-everything.gitbook.io/plugin-everything-docs/ease-and-wizz-2/readme.md).

# Ease & Wizz 2

Ease & Wizz 2 helps you apply expressive easing to selected After Effects keyframes. Choose an easing style, apply it to one or more properties, then adjust the result with controls on the layer.

The project includes two workflows:

* **Dynamic** - adds `E&W2` controls to the layer and uses one expression that reads those controls
* **Classic** - applies a fixed expression for the easing choice you selected

{% hint style="info" %}
The Dynamic workflow is the recommended starting point for Ease & Wizz 2. It keeps the easing editable after you apply it.
{% endhint %}

## What You Can Do

* Apply `Expo`, `Circ`, `Quint`, `Quart`, `Sine`, `Elastic`, `Back`, `Bounce`, `Expolastic`, and `Linear` easing
* Switch between `In & Out`, `In`, and `Out` behavior after applying Dynamic easing
* Share one set of controls across several properties on the same layer
* Give each selected property its own editable controls
* Ease shape paths, masks, text documents, markers, and other non-numeric properties with automatic Curvaceous mode

## Start Here

<table data-view="cards"><thead><tr><th>Page</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Apply your first easing setup</td><td><a href="/pages/aMJAwwL5ppZu0cAANs73">/pages/aMJAwwL5ppZu0cAANs73</a></td></tr><tr><td>Understand the editable control modes</td><td><a href="/pages/f6MQq34frICMA7Y17tJz">/pages/f6MQq34frICMA7Y17tJz</a></td></tr><tr><td>Choose the right easing style</td><td><a href="/pages/4lFgelhugGDa8NvDNXe5">/pages/4lFgelhugGDa8NvDNXe5</a></td></tr></tbody></table>


---

# 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://plugin-everything.gitbook.io/plugin-everything-docs/ease-and-wizz-2/readme.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.
