workgroupengineering
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/Animatable.cs
|
|
|
@ -29,7 +29,7 @@ namespace Avalonia.Animation |
|
|
|
private bool _transitionsEnabled = true; |
|
|
|
private bool _isSubscribedToTransitionsCollection = false; |
|
|
|
private Dictionary<ITransition, TransitionState>? _transitionState; |
|
|
|
private NotifyCollectionChangedEventHandler _collectionChanged; |
|
|
|
private NotifyCollectionChangedEventHandler? _collectionChanged; |
|
|
|
private NotifyCollectionChangedEventHandler TransitionsCollectionChangedHandler => |
|
|
|
_collectionChanged ??= TransitionsCollectionChanged; |
|
|
|
|
|
|
|
|