Added Android code
[wl-app.git] / Android / folioreader / res / anim / fadeout.xml
diff --git a/Android/folioreader/res/anim/fadeout.xml b/Android/folioreader/res/anim/fadeout.xml
new file mode 100755 (executable)
index 0000000..836015d
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android"
+     android:interpolator="@android:anim/linear_interpolator">
+    <alpha
+            android:fromAlpha="1.0"
+            android:toAlpha="0.1"
+            android:duration="1500"
+    />
+</set>
\ No newline at end of file