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 26b8fd6a05
Add transitions unit test.
7 years ago
..
Animators Fix nits :) 7 years ago
Easing Reorganize namespaces 7 years ago
Properties Added skipped failing leak test for transitions. 7 years ago
Transitions Added animators for Size,Point, Vector and CornerRadius 7 years ago
Utils Remove Epsilon equality checking since the animations 8 years ago
Animatable.cs Dont initialize transition instance dictionary on objects without Transitions on it. 7 years ago
Animation.cs Fix nits :) 7 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 XML comment fixes. 7 years ago
Avalonia.Animation.csproj Switched to post-processing nuget packages from AggregatePackage SDK 7 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 Reorganize namespaces 7 years ago
FillMode.cs Add missing license headers on Avalonia.Animations. 8 years ago
IAnimation.cs Merge branch 'master' into fix-animation-triggers 8 years ago
IAnimationSetter.cs Add missing license headers on Avalonia.Animations. 8 years ago
IAnimator.cs Merge branch 'master' into fix-animation-triggers 8 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 Fix unfinished clock type refactor. 8 years ago
IterationCount.cs Use nameof where possible. 7 years ago
IterationCountTypeConverter.cs [Breaking Change] Replace RepeatCount with IterationCount. 7 years ago
KeyFrame.cs Make KeyFrame an AvaloniaObject and move the setters to a dedicated property. 7 years ago
KeyFrames.cs Make SpeedRatio bindable. 7 years ago
PlayState.cs Add missing license headers on Avalonia.Animations. 8 years ago
PlaybackDirection.cs Add missing license headers on Avalonia.Animations. 8 years ago
TransitionInstance.cs Add transitions unit test. 7 years ago
Transition`1.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
Transitions.cs Moved out KeyFrames and Transitions namespaces back 8 years ago