Skip to content

MauiAnimation 1.0.0

Compare
Choose a tag to compare
@jsuarezruiz jsuarezruiz released this 22 May 11:02
· 15 commits to main since this release

First release of MauiAnimation, a library designed for .NET MAUI that aims to facilitate the use of animations to developers. Very simple use from C# and XAML code.

mauianimation-promo

Includes the following predefined animations:

  • Color
  • FadeTo
  • Flip
  • Heart
  • Jump
  • Rotate
  • Scale
  • Shake
  • Translate
  • Turnstile

One of the main advantages of the library is the possibility of using animations from XAML. With the possibility of creating Storyboards or having control of the animation being able to pause, repeat, etc.