# Easing presets

Easing presets offer an easy way to add some predefined easing values that can bring even more life to your animations. Lottielab currenlt has the following easing presets:

#### -> Linear

The animation will maintain a constant speed through the transition.

#### -> Natural

The animation starts slowly speeds up initially then slow down towards the end to simulate the natural movement of objects in the real world, as they slow down due to friction, gravity or other other forces acting on them.

#### -> Slow down

The animation starts fast and decelerates throguh the transition.

#### -> Accelerate

The animation starts slow and decelerates throguh the transition.

#### -> Bounce in

#### -> Bounce out


---

# 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/easing-presets.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.
