diff --git a/app/src/main/res/anim/item_animation_from_bottom.xml b/app/src/main/res/anim/item_animation_from_bottom.xml
new file mode 100644
index 0000000..b7b874d
--- /dev/null
+++ b/app/src/main/res/anim/item_animation_from_bottom.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/anim/layout_animation_from_bottom.xml b/app/src/main/res/anim/layout_animation_from_bottom.xml
new file mode 100644
index 0000000..6f90fed
--- /dev/null
+++ b/app/src/main/res/anim/layout_animation_from_bottom.xml
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_transactions.xml b/app/src/main/res/layout/fragment_transactions.xml
index d895dc3..ac42770 100644
--- a/app/src/main/res/layout/fragment_transactions.xml
+++ b/app/src/main/res/layout/fragment_transactions.xml
@@ -12,6 +12,7 @@
android:padding="@dimen/card_margin"
android:clipToPadding="false"
tools:listitem="@layout/item_transaction"
- tools:itemCount="6"/>
+ tools:itemCount="6"
+ android:layoutAnimation="@anim/layout_animation_from_bottom"/>
\ No newline at end of file