Releases: jsuarezruiz/AlohaKit.Animations
AlohaKit.Animations 1.1.0
Changes:
- Updated to .NET 8.
- Fixed error using AnimateInt #7. Thanks to @lukewire129
AlohaKit.Animations 1.0.0
A library designed for .NET MAUI that aims to facilitate the use of animations to developers. Very simple use from C# and XAML code.
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
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.
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.