# Is Kinematic Behaviour

## Overview

This behavior changes the Kinematic property in the Rigidbody attached to the Animator Component.

<figure><img src="/files/LSK6X2jJ3fhDo1ip4t48" alt=""><figcaption></figcaption></figure>

## Parameters

### On Enter Exit

Set the Rigidbody Kinematic value to **true** when the Animation Starts, and set the value to **false** when the animation ends.

### On Enter

Set the Rigidbody Kinematic value to **true** or **false** when the animation starts

### On Exit

Set the Rigidbody Kinematic value to **true** or **false** when the animation ends

### On Time

Set the Rigidbody Kinematic value to **true** or **false** when given the normalized value of the animation

###


---

# 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://malbersanimations.gitbook.io/animal-controller/global-components/animator-behaviours/is-kinematic-behaviour.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.
