Explorar o código

Addendum to the previous commit, again.

Jumar Macato %!s(int64=7) %!d(string=hai) anos
pai
achega
91153814d6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/Avalonia.Animation/Animation.cs
  2. 1 1
      src/Avalonia.Animation/Direction.cs

+ 1 - 1
src/Avalonia.Animation/Animation.cs

@@ -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; }
 
         /// <summary>
         /// Number of repeat iteration for this animation.

+ 1 - 1
src/Avalonia.Animation/Direction.cs

@@ -7,7 +7,7 @@ namespace Avalonia.Animation
     /// <summary>
     /// Determines the playback direction of an animation.
     /// </summary>
-    public enum Direction
+    public enum PlaybackDirection
     {
         /// <summary>
         /// The animation is played normally.