Steve
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Animation/Animation.cs
|
|
|
@ -186,7 +186,7 @@ namespace Avalonia.Animation |
|
|
|
/// </summary>
|
|
|
|
/// <param name="setter">The animation setter.</param>
|
|
|
|
/// <returns>The property animator type.</returns>
|
|
|
|
public static (Type, Func<IAnimator>)? GetAnimator(IAnimationSetter setter) |
|
|
|
public static (Type Type, Func<IAnimator> Factory)? GetAnimator(IAnimationSetter setter) |
|
|
|
{ |
|
|
|
if (s_animators.TryGetValue(setter, out var type)) |
|
|
|
{ |
|
|
|
|