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 099ab32cd9 Merge pull request #5929 from AvaloniaUI/new-transitions 5 years ago
..
Animators Merge pull request #5886 from AvaloniaUI/animations/tryfix-scb-localvalue 5 years ago
Easing simplify parsing 6 years ago
Properties Disable strong name signing until SharpGen issue is resolved 5 years ago
Transitions Merge pull request #5929 from AvaloniaUI/new-transitions 5 years ago
Utils Remove copyright headers. 6 years ago
Animatable.cs Handle changing transitions during batch update. 5 years ago
Animation.cs Merge pull request #5886 from AvaloniaUI/animations/tryfix-scb-localvalue 5 years ago
AnimationInstance`1.cs Bugfix for #2020: Snap last interpolated value to either start/end values of the animation when fillmode is active. 7 years ago
AnimatorKeyFrame.cs Use KeySpline in Animation 6 years ago
Avalonia.Animation.csproj add api diff to most projects. 6 years ago
Clock.cs Fix typing of Clock.GlobalClock. 8 years ago
ClockBase.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
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 Remove copyright headers. 6 years ago
IAnimationSetter.cs Remove copyright headers. 6 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. 5 years ago
PlayState.cs Remove copyright headers. 6 years ago
PlaybackDirection.cs Remove copyright headers. 6 years ago
TransitionInstance.cs Implement transition delay 6 years ago
Transition`1.cs Implement transition delay 6 years ago
Transitions.cs Reworked transitions. 6 years ago