Added Android code
[wl-app.git] / Android / folioreader / res / anim / shrink_from_bottomleft_to_topright.xml
diff --git a/Android/folioreader/res/anim/shrink_from_bottomleft_to_topright.xml b/Android/folioreader/res/anim/shrink_from_bottomleft_to_topright.xml
new file mode 100755 (executable)
index 0000000..0551a76
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<set xmlns:android="http://schemas.android.com/apk/res/android">\r
+    <scale\r
+            android:fromXScale="1.0" android:toXScale="0.3"\r
+            android:fromYScale="1.0" android:toYScale="0.3"\r
+            android:pivotX="100%" android:pivotY="0%"\r
+            android:duration="@android:integer/config_shortAnimTime"\r
+    />\r
+    <alpha\r
+            android:interpolator="@android:anim/accelerate_interpolator"\r
+            android:fromAlpha="1.0" android:toAlpha="0.0"\r
+            android:duration="@android:integer/config_shortAnimTime"\r
+    />\r
+</set>
\ No newline at end of file