A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Steven Kirk dc3415c090
Nullable annotations for AvaloniaObject/AvaloniaProperty etc. (#7078)
4 years ago
..
Animators fix #6969 animation errors when a value is invalid, so animation system works predictable even one animation is invalid 5 years ago
Easing simplify parsing 6 years ago
Properties cleanup 5 years ago
Transitions Cleanup and refactor leftover transition types. 5 years ago
Utils Remove copyright headers. 6 years ago
Animatable.cs Nullable annotations for AvaloniaObject/AvaloniaProperty etc. (#7078) 4 years ago
Animation.cs formatting 5 years ago
AnimationInstance`1.cs Cache property changed delegate. 5 years ago
AnimatorDrivenTransition.cs Cleanup and refactor leftover transition types. 5 years ago
AnimatorKeyFrame.cs Use KeySpline in Animation 6 years ago
AnimatorTransitionObservable.cs Cleanup and refactor leftover transition types. 5 years ago
ApiCompatBaseline.txt add ApiCompat 5 years ago
Avalonia.Animation.csproj add api diff to most projects. 6 years ago
Clock.cs Cleanup and refactor leftover transition types. 5 years ago
ClockBase.cs Cleanup and refactor leftover transition types. 5 years ago
Cue.cs Make parse function in Cue.cs explicitly typed in order for Xaml-IL tocorrectly compile and avoid unnecessary boxing. 7 years ago
DisposeAnimationInstanceSubject.cs Remove copyright headers. 6 years ago
FillMode.cs Remove copyright headers. 6 years ago
IAnimation.cs Add tests 5 years ago
IAnimationSetter.cs Update IAnimationSetter.cs 5 years ago
IAnimator.cs Remove copyright headers. 6 years ago
IClock.cs Have each AnimationInstance and TransitionInstance use their own internal clock instead of relying on tracking the start time of the global clock. Use a binary search to find the correct keyframe instead of linear search. 8 years ago
IGlobalClock.cs PR Feedback 8 years ago
ITransition.cs Remove copyright headers. 6 years ago
IterationCount.cs Remove copyright headers. 6 years ago
IterationCountTypeConverter.cs Remove copyright headers. 6 years ago
KeyFrame.cs Use KeySpline in Animation 6 years ago
KeyFrames.cs Remove copyright headers. 6 years ago
KeySpline.cs simplify parsing 6 years ago
KeySplineTypeConverter.cs Parse key splines using invariant culture. 6 years ago
PlayState.cs Remove copyright headers. 6 years ago
PlaybackDirection.cs Remove copyright headers. 6 years ago
Transition.cs Avoid closures and extra allocations caused by transition observables. 5 years ago
TransitionInstance.cs Cleanup and refactor leftover transition types. 5 years ago
TransitionObservableBase.cs Cleanup and refactor leftover transition types. 5 years ago
Transitions.cs Reworked transitions. 6 years ago