aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/anim/pop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/anim/pop.xml')
-rw-r--r--WordPress/src/main/res/anim/pop.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/WordPress/src/main/res/anim/pop.xml b/WordPress/src/main/res/anim/pop.xml
new file mode 100644
index 000000000..3da388a95
--- /dev/null
+++ b/WordPress/src/main/res/anim/pop.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<scale xmlns:android="http://schemas.android.com/apk/res/android"
+ android:duration="@android:integer/config_longAnimTime"
+ android:fillAfter="true"
+ android:fromXScale="0.0"
+ android:fromYScale="0.0"
+ android:interpolator="@android:anim/overshoot_interpolator"
+ android:pivotX="50%"
+ android:pivotY="50%"
+ android:toXScale="1.0"
+ android:toYScale="1.0" />