aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/anim/activity_slide_in_from_right.xml
blob: 9300067a7514c649b93e9d76fcd03b931400a475 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="@android:integer/config_shortAnimTime"
    android:interpolator="@android:anim/decelerate_interpolator">

    <translate
        android:fromXDelta="100%p"
        android:toXDelta="0" />

</set>