diff --git a/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml b/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml
new file mode 100644
index 000000000..9710d8bab
--- /dev/null
+++ b/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml.cs b/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml.cs
new file mode 100644
index 000000000..88fa3fe3c
--- /dev/null
+++ b/samples/XCT.Sample/Pages/Animations/AnimationPage.xaml.cs
@@ -0,0 +1,10 @@
+namespace Xamarin.CommunityToolkit.Sample.Pages.Animations
+{
+ public partial class AnimationPage : BasePage
+ {
+ public AnimationPage()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/samples/XCT.Sample/Pages/Behaviors/AnimationBehaviorPage.xaml b/samples/XCT.Sample/Pages/Behaviors/AnimationBehaviorPage.xaml
index 0303ee664..5834fcc62 100644
--- a/samples/XCT.Sample/Pages/Behaviors/AnimationBehaviorPage.xaml
+++ b/samples/XCT.Sample/Pages/Behaviors/AnimationBehaviorPage.xaml
@@ -14,12 +14,7 @@
Spacing="10">
+ Padding="10,10,10,50"/>