Skip to content

Commit e015b40

Browse files
committed
Enable animations
1 parent 083eced commit e015b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controls/samples/Controls.Sample/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class CustomButton : Button { }
2727
public static class MauiProgram
2828
{
2929
enum PageType { Main, Blazor, Shell, Template }
30-
readonly static PageType _pageType = PageType.Shell;
30+
readonly static PageType _pageType = PageType.Main;
3131

3232
public static MauiAppBuilder CreateAppBuilder()
3333
{

src/Core/src/Core/MauiAppBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ internal MauiAppBuilder(bool useDefaults = true)
5959

6060
this.ConfigureFonts();
6161
this.ConfigureImageSources();
62-
//ConfigureAnimations();
62+
this.ConfigureAnimations();
6363
this.ConfigureCrossPlatformLifecycleEvents();
6464
}
6565
}

0 commit comments

Comments
 (0)