Added Android code
[wl-app.git] / Android / folioreader / res / anim / grow_from_topright_to_bottomleft.xml
diff --git a/Android/folioreader/res/anim/grow_from_topright_to_bottomleft.xml b/Android/folioreader/res/anim/grow_from_topright_to_bottomleft.xml
new file mode 100755 (executable)
index 0000000..141c19c
--- /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="0.3" android:toXScale="1.0"\r
+            android:fromYScale="0.3" android:toYScale="1.0"\r
+            android:pivotX="100%" android:pivotY="0%"\r
+            android:duration="@android:integer/config_shortAnimTime"\r
+    />\r
+    <alpha\r
+            android:interpolator="@android:anim/decelerate_interpolator"\r
+            android:fromAlpha="0.0" android:toAlpha="1.0"\r
+            android:duration="@android:integer/config_shortAnimTime"\r
+    />\r
+</set>
\ No newline at end of file