aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/anim/box_with_pages_slide_up_page3.xml
blob: bb4f315d89836eb67b36427894f0c389d89fcc33 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
    android:startOffset="300"
    android:duration="600"
    android:fromYDelta="100%p"
    android:toYDelta="0"
    android:interpolator="@android:anim/overshoot_interpolator" />