# Animation Visibility

These configurations are set to work with the AnimationVisibilityOption configuration.

* "All" - Everyone can see the opening animation
* "Proximity" - If a player comes too close to the crate (distance set with Proximity\_Distance configuration, which by default usually is 5-8 blocks) the animation disappears (except for the opener of the crate), otherwise everyone who is further back than the set value of blocks can see the animation. This feature was made in mind so multiple people can open the crates at the same time and still be able to see what they are receiving (so there aren't duplicate holograms going one into another and confusing the openers).
* "Individual" - Only the opener of the crate sees the animation.

{% embed url="<https://youtu.be/kqYwNnwxKbk>" %}
Crate proximity demonstration
{% endembed %}


---

# 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://pm2plugins.gitbook.io/advancedcrates/animations/animation-visibility.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.
