@@ -35,7 +35,7 @@ namespace Avalonia.Animation
/// <summary>
/// The playback direction for this animation.
/// </summary>
- public Direction PlaybackDirection { get; set; }
+ public PlaybackDirection PlaybackDirection { get; set; }
/// Number of repeat iteration for this animation.
@@ -7,7 +7,7 @@ namespace Avalonia.Animation
/// Determines the playback direction of an animation.
- public enum Direction
+ public enum PlaybackDirection
{
/// The animation is played normally.