# Animation

### 🔶 [Keyframer](/timeflow/reference/behaviors/animation/keyframer.md) - Animate any property with keyframes

### ↔️ [Tween](/timeflow/reference/behaviors/animation/tween.md) - Create to-and-fro, one shot, and repeating animations

### 🔀 [Blend](/timeflow/reference/behaviors/animation/blend.md) - Create camera movements and complex transitions

### 🎢 [Motion Path](/timeflow/reference/behaviors/animation/motion-path.md) - Animate objects in 3d with a Bezier path and velocity curve

Also see the examples:

### 👯 [Animation Clips](/timeflow/reference/behaviors/animation/animation-clips.md) - Sequence animation clips with interpolation curves

### 🌴 [Animator Blend Trees](/timeflow/reference/behaviors/animation/animator-blend-trees.md) - Choreograph animator blend trees in Timeflow

### 😁 [Blend Shapes](/timeflow/reference/behaviors/animation/blend-shapes.md) - Animate skinned mesh blend shape properties&#x20;

### 🏓 [Physics ](/timeflow/reference/samples/physics.md)- Animate rigidody components for physics interactions

### 🍧 [Shader Properties ](/timeflow/reference/samples/shader-properties.md)- Animate material and shader properties

### 📽️ [Timeline Integration](/timeflow/reference/extensions/unity-timeline.md) - Optional integration with Unity Timeline&#x20;


---

# 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://axongenesis.gitbook.io/timeflow/reference/behaviors/animation.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.
