summaryrefslogtreecommitdiff
path: root/res/anim/slide_in_left.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim/slide_in_left.xml')
-rw-r--r--res/anim/slide_in_left.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/res/anim/slide_in_left.xml b/res/anim/slide_in_left.xml
index 10a16677..11991019 100644
--- a/res/anim/slide_in_left.xml
+++ b/res/anim/slide_in_left.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-
<set>
- <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:propertyName="width"
- android:duration="500"
- android:valueFrom="400"
- android:valueTo="0"
- android:valueType="intType"/>
-</set>
-
+ <objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:propertyName="x"
+ android:valueType="floatType"
+ android:valueFrom="-1280"
+ android:valueTo="0"
+ android:duration="500"/>
+</set> \ No newline at end of file