Summary
Animator that handles
Transform
properties.
- Namespace
- Avalonia
.Animation .Animators - Interfaces
-
- IAvaloniaList
<AnimatorKeyFrame> - I
Avalonia Read Only List <AnimatorKeyFrame> - IReadOnlyList
<AnimatorKeyFrame> - IReadOnlyCollection
<AnimatorKeyFrame> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- I
Notify Collection Changed Debug - IAnimator
- IList
<AnimatorKeyFrame> - ICollection
<AnimatorKeyFrame> - IEnumerable
<AnimatorKeyFrame> - IEnumerable
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<AnimatorKeyFrame> - Animator
<double>
graph BT
Type-->Base0["Animator<double>"]
Base0-->Base1["AvaloniaList<AnimatorKeyFrame>"]
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaList<AnimatorKeyFrame>"]
Type-.->Interface1["IAvaloniaReadOnlyList<AnimatorKeyFrame>"]
Type-.->Interface2["IReadOnlyList<AnimatorKeyFrame>"]
Type-.->Interface3["IReadOnlyCollection<AnimatorKeyFrame>"]
Type-.->Interface4["INotifyCollectionChanged"]
Type-.->Interface5["INotifyPropertyChanged"]
Type-.->Interface6["IList"]
Type-.->Interface7["ICollection"]
Type-.->Interface8["INotifyCollectionChangedDebug"]
click Interface8 "/api/Avalonia.Diagnostics/INotifyCollectionChangedDebug"
Type-.->Interface9["IAnimator"]
click Interface9 "/api/Avalonia.Animation/IAnimator"
Type-.->Interface10["IList<AnimatorKeyFrame>"]
Type-.->Interface11["ICollection<AnimatorKeyFrame>"]
Type-.->Interface12["IEnumerable<AnimatorKeyFrame>"]
Type-.->Interface13["IEnumerable"]
Type["TransformAnimator"]
class Type type-node
Syntax
public class TransformAnimator : Animator<double>, IAvaloniaList<AnimatorKeyFrame>,
IAvaloniaReadOnlyList<AnimatorKeyFrame>, IReadOnlyList<AnimatorKeyFrame>,
IReadOnlyCollection<AnimatorKeyFrame>, INotifyCollectionChanged, INotifyPropertyChanged, IList,
ICollection, INotifyCollectionChangedDebug, IAnimator, IList<AnimatorKeyFrame>,
ICollection<AnimatorKeyFrame>, IEnumerable<AnimatorKeyFrame>, IEnumerable
Methods
Name | Value | Summary |
---|---|---|
Apply |
IDisposable |
Applies the current KeyFrame group to the specified control.
|
Interpolate |
double |
Extension Methods
Name | Value | Summary |
---|---|---|
CreateDerivedList |
I |
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
|