UNPKG
weex-eros-template
Version:
latest (1.0.1)
1.0.1
本木前端 weex 集成方案
weex-eros-template
/
template
/
android
/
WeexFrameworkWrapper
/
wxframework
/
src
/
main
/
res
/
anim
/
anim_topin.xml
9 lines
(8 loc)
•
249 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
set
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
translate
android:fromYDelta
=
"-100%p"
android:toYDelta
=
"0"
android:duration
=
"200"
/>
</
set
>