AlohaKit.Animations icon indicating copy to clipboard operation
AlohaKit.Animations copied to clipboard

AlohaKit.Animations is a library designed for .NET MAUI that aims to facilitate the use of animations to developers.

Results 9 AlohaKit.Animations issues
Sort by recently updated
recently updated
newest added

Is this package available on nuget? I am working on updating my Xamarin Forms project to MAUI, and I cannot seem to find this package.

In some of the classes in the Triggers subfolder, use the Some namespaces are different For this reason, the following features are less consistent, so we've unified the namespaces. AlohaKit.Animations.Triggers...

Is it possible to start the animation from the ViewModel?

how can i control speed of the animation

How to make Heart Animation unlimited - like Repeat with Start without End ?

Hoi can i change the starting point for scaling? Now it is always on the top left, how can i for example change it to the top and center?

### Simultaneous storyboard A storyboard that triggers all child animations at the same time instead of sequentially. Ex: ```xaml ``` ```c# [ContentProperty(nameof(Animations))] public class SimultaneousStoryBoard : AnimationBase { public SimultaneousStoryBoard()...

Hi jsuarezruiz, I am currently learning .NET MAUI and trying to implement the "Sign in with Google" feature. However, I am facing some difficulties, as I need to do this...

I am wanting to use a DataTrigger so I can bind to another element to cause my element to animate when something happens. In this example it is an image...