从哪里获取android中的动画示例代码
我想获得一些有关页面滑动的动画的示例代码。
谢谢 苏尼尔
I want to get some sample codes on animation where the page will slide.
Thanks
Sunil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想获得一些有关页面滑动的动画的示例代码。
谢谢 苏尼尔
I want to get some sample codes on animation where the page will slide.
Thanks
Sunil
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在 res 目录中创建一个文件夹 anim 并将其存储
在程序中的 Slide_top_to_bottom.xml 文件中,传递将要设置动画的视图
您可以在 Android
安装目录中获取示例 xml,例如。 C:\Program Files\Android\android-sdk-windows\samples\android-10\ApiDemos\res\anim
上面的目录包含许多您可以使用的示例动画 xml 文件
大多数动画有3种类型,滑动效果-transalte,淡入淡出效果-alpha,inreaze或减小页面大小-scale
谢谢
迪帕克
create a folder anim in res directory and store there slide_top_to_bottom.xml file
In your program pass the view to which animation will be set
you can get sample xml in installation directory of Android
eg. C:\Program Files\Android\android-sdk-windows\samples\android-10\ApiDemos\res\anim
The above directory contains lots of sample animation xml file which you can use
Mostly animation is 3 types, sliding effect- transalte, fading effect - alpha, inreaze or decrease size of page- scale
Thanks
Deepak
http://developer.android .com/resources/samples/ApiDemos/src/com/example/android/apis/view/Animation2.html
您可以使用 APi 演示,然后您将获得所有内容。
http://www.inter-fuser.com/2009 /08/android-animations-3d-flip.html
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/Animation2.html
you can used APi demo then you will get all things.
http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html