Class RotateYToAnimation
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
Represents an animation that rotates the target element around the Y-axis to a specified angle.
public class RotateYToAnimation : AnimationBase, INotifyPropertyChanged
- Inheritance
-
RotateYToAnimation
- Implements
- Inherited Members
Fields
RotationProperty
Bindable property for specifying the target rotation angle around the Y-axis.
public static readonly BindableProperty RotationProperty
Field Value
Properties
Rotation
Gets or sets the target rotation angle around the Y-axis.
public double Rotation { get; set; }
Property Value
Methods
BeginAnimation()
Begins the rotation animation around the Y-axis.
protected override Task BeginAnimation()
Returns
- Task
A Task representing the asynchronous operation.
Exceptions
- NullReferenceException
Thrown when the Target property is null.