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.
 
 
 
Jumar Macato 37b1b45e7b
Merge branch 'master' into fixes/avalonia-animation-nullability
4 years ago
..
Animators Added nullable annotations to Avalonia.Animation. 4 years ago
Easing Added nullable annotations to Avalonia.Animation. 4 years ago
Properties cleanup 4 years ago
Transitions Cleanup and refactor leftover transition types. 5 years ago
Utils Remove copyright headers. 6 years ago
Animatable.cs Added nullable annotations to Avalonia.Animation. 4 years ago
Animation.cs Added nullable annotations to Avalonia.Animation. 4 years ago
AnimationInstance`1.cs Added nullable annotations to Avalonia.Animation. 4 years ago
AnimatorDrivenTransition.cs Cleanup and refactor leftover transition types. 5 years ago
AnimatorKeyFrame.cs Added nullable annotations to Avalonia.Animation. 4 years ago
AnimatorTransitionObservable.cs Cleanup and refactor leftover transition types. 5 years ago
ApiCompatBaseline.txt add ApiCompat 4 years ago
Avalonia.Animation.csproj Merge branch 'master' into fixes/avalonia-animation-nullability 4 years ago
Clock.cs Added nullable annotations to Avalonia.Animation. 4 years ago
ClockBase.cs Cleanup and refactor leftover transition types. 5 years ago
Cue.cs Added nullable annotations to Avalonia.Animation. 4 years ago
DisposeAnimationInstanceSubject.cs Added nullable annotations to Avalonia.Animation. 4 years ago
FillMode.cs Remove copyright headers. 6 years ago
IAnimation.cs Added nullable annotations to Avalonia.Animation. 4 years ago
IAnimationSetter.cs Added nullable annotations to Avalonia.Animation. 4 years ago
IAnimator.cs Added nullable annotations to Avalonia.Animation. 4 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 Added nullable annotations to Avalonia.Animation. 4 years ago
IterationCount.cs Added nullable annotations to Avalonia.Animation. 4 years ago
IterationCountTypeConverter.cs Added nullable annotations to Avalonia.Animation. 4 years ago
KeyFrame.cs Added nullable annotations to Avalonia.Animation. 4 years ago
KeyFrames.cs Remove copyright headers. 6 years ago
KeySpline.cs simplify parsing 6 years ago
KeySplineTypeConverter.cs Added nullable annotations to Avalonia.Animation. 4 years ago
PlayState.cs Remove copyright headers. 6 years ago
PlaybackDirection.cs Remove copyright headers. 6 years ago
Transition.cs Added nullable annotations to Avalonia.Animation. 4 years ago
TransitionInstance.cs Added nullable annotations to Avalonia.Animation. 4 years ago
TransitionObservableBase.cs Cleanup and refactor leftover transition types. 5 years ago
Transitions.cs Reworked transitions. 6 years ago