> 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/controls/width-modes/width-easing.md).

# Width Easing

`Width Easing` controls how smoothly the width changes between multiplier points in simple width modes. Use it to make a taper feel linear, soft, or eased at both ends.

## Controls

<details>

<summary>Width Easing</summary>

#### Width Easing

`Width Easing` ranges from 0% to 100%.

| Value | Result                                                                    |
| ----- | ------------------------------------------------------------------------- |
| 0%    | Width changes at a constant rate between multiplier points                |
| 100%  | Width has maximum smoothing, producing gentle ease-in and ease-out motion |

Intermediate values blend between linear and fully eased transitions.

</details>

## Interactions

<details>

<summary>Width Control Mode</summary>

`Width Easing` affects `Start & End` and `Start Middle End`.

It does not affect `None (Constant Width)`, because the stroke has no width transition. It does not affect `Curve Graph`, because the graph's Bezier handles define the transition shape directly.

</details>

<details>

<summary>Width Scope</summary>

`Width Scope` controls where the eased profile is mapped.

For example, with `Width Scope` set to `Individual Paths`, each path receives its own eased transition. With `Width Scope` set to `Multiple Paths`, the eased transition spans the combined path length.

</details>

## Interface Conditionals

<details>

<summary>Width Easing</summary>

| Condition                                       | Result                    |
| ----------------------------------------------- | ------------------------- |
| `Width Control Mode` is `Start & End`           | `Width Easing` is visible |
| `Width Control Mode` is `Start Middle End`      | `Width Easing` is visible |
| `Width Control Mode` is `None (Constant Width)` | `Width Easing` is hidden  |
| `Width Control Mode` is `Curve Graph`           | `Width Easing` is hidden  |

</details>


---

# 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/controls/width-modes/width-easing.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.
