diff --git a/WinUIGallery/ControlPages/EasingFunctionPage.xaml b/WinUIGallery/ControlPages/EasingFunctionPage.xaml index 796b790e5..a5c6dd3ce 100644 --- a/WinUIGallery/ControlPages/EasingFunctionPage.xaml +++ b/WinUIGallery/ControlPages/EasingFunctionPage.xaml @@ -144,8 +144,8 @@ - - + + @@ -177,7 +177,7 @@ <Storyboard x:Name="Storyboard3"> <DoubleAnimation Storyboard.TargetName="Translation" Storyboard.TargetProperty="X" From="0" To="200" > <DoubleAnimation.EasingFunction> - <$(EasingFunction)/> + <$(EasingFunction) EasingMode="$(EasingMode)"/> </DoubleAnimation.EasingFunction> </DoubleAnimation> </Storyboard> @@ -185,6 +185,7 @@ + diff --git a/WinUIGallery/ControlPages/NumberBoxPage.xaml b/WinUIGallery/ControlPages/NumberBoxPage.xaml index a3eeb8289..6717a9234 100644 --- a/WinUIGallery/ControlPages/NumberBoxPage.xaml +++ b/WinUIGallery/ControlPages/NumberBoxPage.xaml @@ -44,11 +44,14 @@ - + - + + + + \ No newline at end of file