> For the complete documentation index, see [llms.txt](https://adospace.gitbook.io/mauireactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adospace.gitbook.io/mauireactor/components/animation.md).

# Animation

In MauiReactor you have 3 different approaches to animation:

* Property-based animation (RxAnimation)
* AnimationController animation
* Standard MAUI.NET animation (getting a reference to the native control like described [here](/mauireactor/components/accessing-native-controls.md)) more info at official [.NET Maui documentation](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/animation/basic)

{% hint style="info" %}
There isn't a preferred approach to animation in MauiReactor: you can even use all of them in a single component.
{% endhint %}
