ObjectAnimator in API Level < 11

陌路散爱 提交于 2019-12-03 01:11:06

I suggest using http://nineoldandroids.com/ , its from the same maker of the ActionBarSherlock project, it introduces a support ObjectAnimator that works from API 1 onwards.

user370305

Property Animation Introduced in Android 3.0 (API level 11)

For support lower android version, (I didn't try it, but you can use)

Nine Old Androids Download

Android library for using the Honeycomb (Android 3.0) animation API on all versions of the platform back to 1.0!.

Also Look at this blog Fragment Transactions Reference

and this SO question Android Fragment standard transition not animating

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!