Table of Contents

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

BindableProperty

Properties

Direction

Gets or sets the direction of the flip animation. The direction can be either Left or Right.

public FlipAnimation.FlipDirection Direction { get; set; }

Property Value

FlipAnimation.FlipDirection

Methods

BeginAnimation()

protected override Task BeginAnimation()

Returns

Task