Animation

MauiReactor features a complete animation system, this page describes how to use it

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) more info at official .NET Maui documentation

There isn't a preferred approach to animation in MauiReactor: you can even use all of them in a single component.

Last updated