Table of Contents

Class EndAnimation

Namespace
AlohaKit.Animations
Assembly
AlohaKit.Animations.dll

The EndAnimation class defines a trigger action for stopping an animation applied to a visual element when the trigger is activated.

public class EndAnimation : TriggerAction<VisualElement>
Inheritance
EndAnimation
Inherited Members

Properties

Animation

Gets or sets the animation to be stopped when the trigger action is invoked.

public AnimationBase Animation { get; set; }

Property Value

AnimationBase

Methods

Invoke(VisualElement)

Executes the trigger action, ending the specified animation on the target visual element.

protected override void Invoke(VisualElement sender)

Parameters

sender VisualElement

The visual element on which the animation is stopped.