Class FlipAnimation
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
An animation that allow an element to rotate around the Y-axis while transitioning its opacity.
public class FlipAnimation : AnimationBase, INotifyPropertyChanged
- Inheritance
-
FlipAnimation
- Implements
- Inherited Members
Fields
DirectionProperty
Bindable property for specifying the direction of the flip animation.
public static readonly BindableProperty DirectionProperty
Field Value
Properties
Direction
public FlipAnimation.FlipDirection Direction { get; set; }
Property Value
Methods
BeginAnimation()
protected override Task BeginAnimation()