Browse Source

*Commented out stray xml comment.

pull/1461/head
Jumar Macato 9 years ago
parent
commit
23aeff1cee
  1. 20
      src/Avalonia.Animation/Animatable.cs

20
src/Avalonia.Animation/Animatable.cs

@ -59,16 +59,16 @@ namespace Avalonia.Animation
} }
} }
/// <summary> ///// <summary>
/// Animates a <see cref="AvaloniaProperty"/>. ///// Animates a <see cref="AvaloniaProperty"/>.
/// </summary> ///// </summary>
/// <param name="target">The target object.</param> ///// <param name="target">The target object.</param>
/// <param name="property">The target property.</param> ///// <param name="property">The target property.</param>
/// <param name="start">The value of the property at the start of the animation.</param> ///// <param name="start">The value of the property at the start of the animation.</param>
/// <param name="finish">The value of the property at the end of the animation.</param> ///// <param name="finish">The value of the property at the end of the animation.</param>
/// <param name="easing">The easing function to use.</param> ///// <param name="easing">The easing function to use.</param>
/// <param name="duration">The duration of the animation.</param> ///// <param name="duration">The duration of the animation.</param>
/// <returns>An <see cref="Animation"/> that can be used to track or stop the animation.</returns> ///// <returns>An <see cref="Animation"/> that can be used to track or stop the animation.</returns>
//public static Animation BindAnimateProperty( //public static Animation BindAnimateProperty(
// IAvaloniaObject target, // IAvaloniaObject target,
// AvaloniaProperty property, // AvaloniaProperty property,

Loading…
Cancel
Save