Skip to content

Releases: jsuarezruiz/AlohaKit.Animations

AlohaKit.Animations 1.1.0

30 Mar 11:34
Compare
Choose a tag to compare

Changes:

  • Updated to .NET 8.
  • Fixed error using AnimateInt #7. Thanks to @lukewire129

AlohaKit.Animations 1.0.0

17 Nov 20:05
Compare
Choose a tag to compare

A library designed for .NET MAUI that aims to facilitate the use of animations to developers. Very simple use from C# and XAML code.

alohakit-animations-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.

Updated to .NET 7.

MauiAnimation 1.0.0

22 May 11:02
Compare
Choose a tag to compare

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.