Browse Source
return after applying the target animator in BaseBrushAnimator.cs
pull/5886/head
Jumar Macato
5 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Visuals/Animation/Animators/BaseBrushAnimator.cs
|
|
@ -52,7 +52,7 @@ namespace Avalonia.Animation.Animators |
|
|
|
|
|
|
|
|
_targetAnimator.Property = this.Property; |
|
|
_targetAnimator.Property = this.Property; |
|
|
|
|
|
|
|
|
_targetAnimator.Apply(animation, control, clock, match, onComplete); |
|
|
return _targetAnimator.Apply(animation, control, clock, match, onComplete); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Logger.TryGet(LogEventLevel.Error, LogArea.Animations)?.Log( |
|
|
Logger.TryGet(LogEventLevel.Error, LogArea.Animations)?.Log( |
|
|
|