From 23aeff1ceecef0628ae2610b06fbe3c2eea24335 Mon Sep 17 00:00:00 2001 From: Jumar Macato Date: Wed, 21 Mar 2018 22:01:18 +0800 Subject: [PATCH] *Commented out stray xml comment. --- src/Avalonia.Animation/Animatable.cs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Avalonia.Animation/Animatable.cs b/src/Avalonia.Animation/Animatable.cs index 8b73cd2aa5..1a187a3521 100644 --- a/src/Avalonia.Animation/Animatable.cs +++ b/src/Avalonia.Animation/Animatable.cs @@ -59,16 +59,16 @@ namespace Avalonia.Animation } } - /// - /// Animates a . - /// - /// The target object. - /// The target property. - /// The value of the property at the start of the animation. - /// The value of the property at the end of the animation. - /// The easing function to use. - /// The duration of the animation. - /// An that can be used to track or stop the animation. + ///// + ///// Animates a . + ///// + ///// The target object. + ///// The target property. + ///// The value of the property at the start of the animation. + ///// The value of the property at the end of the animation. + ///// The easing function to use. + ///// The duration of the animation. + ///// An that can be used to track or stop the animation. //public static Animation BindAnimateProperty( // IAvaloniaObject target, // AvaloniaProperty property,