Переглянути джерело

Addendum to the previous commit, again.

Jumar Macato 7 роки тому
батько
коміт
91153814d6

+ 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.