# Easing

Easing is the distribution of speed across your transition, allowing you to achieve natural-looking and exciting motion.&#x20;

E.g. To animate a rolling ball, you might want it to slowly accelerate then decelerate as it comes to a stop. Easing settings are how you control this motion.

{% content-ref url="/pages/WTCAgFPWSpFixyQ9HBou" %}
[Add easing](/editor/animating/easing/add-easing.md)
{% endcontent-ref %}

{% content-ref url="/pages/zXmWcaiSPhmNgoi5zXpS" %}
[Custom easing](/editor/animating/easing/custom-easing.md)
{% endcontent-ref %}

{% content-ref url="/pages/aXAaHQfHK9jsqQIq6QOL" %}
[Easing presets](/editor/animating/easing/easing-presets.md)
{% endcontent-ref %}


---

# 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.lottielab.com/editor/animating/easing.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.
