Sign in
skia
/
external
/
github.com
/
airbnb
/
lottie-android
/
a2f17c9ac7813c17ce80ad1d13b49e2afb07aefe
/
.
/
LottieSample
/
src
/
main
/
res
/
anim
/
slide_in_right.xml
blob: 24bab9e627a0f2cb68d387f10fb021024f867c20 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<set
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<translate
android:fromXDelta
=
"100%p"
android:toXDelta
=
"0"
android:duration
=
"@android:integer/config_mediumAnimTime"
/>
</set>