From 7e023ee5af1e531373f3615cae7a15582c120822 Mon Sep 17 00:00:00 2001 From: Jumar Macato Date: Thu, 6 Dec 2018 01:45:55 +0800 Subject: [PATCH] [Breaking Change] Replace RepeatCount with IterationCount. --- samples/RenderDemo/Pages/AnimationsPage.xaml | 4 +- samples/RenderDemo/Pages/ClippingPage.xaml | 2 +- src/Avalonia.Animation/Animation.cs | 4 +- src/Avalonia.Animation/AnimationInstance`1.cs | 13 +- src/Avalonia.Animation/IterationCount.cs | 176 ++++++++++++++++ ...rter.cs => IterationCountTypeConverter.cs} | 4 +- src/Avalonia.Animation/RepeatCount.cs | 199 ------------------ src/Avalonia.Themes.Default/ProgressBar.xaml | 4 +- 8 files changed, 188 insertions(+), 218 deletions(-) create mode 100644 src/Avalonia.Animation/IterationCount.cs rename src/Avalonia.Animation/{RepeatCountTypeConverter.cs => IterationCountTypeConverter.cs} (83%) delete mode 100644 src/Avalonia.Animation/RepeatCount.cs diff --git a/samples/RenderDemo/Pages/AnimationsPage.xaml b/samples/RenderDemo/Pages/AnimationsPage.xaml index 1646708797..9f8e7b5fa5 100644 --- a/samples/RenderDemo/Pages/AnimationsPage.xaml +++ b/samples/RenderDemo/Pages/AnimationsPage.xaml @@ -43,7 +43,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">