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.
 
 
 
Dariusz Komosiński 76835e4547
Merge branch 'master' into add-transition-delay
6 years ago
..
Animators Removed TODO now that behavior is verified with WPF 6 years ago
Easing Remove some left-over copyright headers. 6 years ago
Properties Remove copyright headers. 6 years ago
Transitions Remove copyright headers. 6 years ago
Utils Remove copyright headers. 6 years ago
Animatable.cs Fix KeyNotFound exception in Animatable. 6 years ago
Animation.cs Use KeySpline in Animation 6 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 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 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 Update docs again (missed KeySplineTypeConverter) 6 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