Class AnimationExtensions
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
Contains extension methods to simplify applying animations to visual elements.
public static class AnimationExtensions
- Inheritance
-
AnimationExtensions
- Inherited Members
Methods
Animate(VisualElement, AnimationBase)
Animates the specified VisualElement using the provided AnimationBase object.
public static Task<bool> Animate(this VisualElement visualElement, AnimationBase animation)
Parameters
visualElementVisualElementThe target visual element to be animated.
animationAnimationBaseThe animation to apply to the visual element.