猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
button向下移动的代码怎么写?
button向下移动的代码怎么写
慕沐7338842
浏览 2076
回答 2
2回答
Mopel
button.animate().translationYBy(500f)//向下移动距离 .setDuration(1*1000)//动画持续时间 .start();
1
0
1
微凉一季
//向下移动,再移动回来。 float curTranslationY = button.getTranslationY(); ObjectAnimator animator = ObjectAnimator.ofFloat(button, "translationY", curTranslationY, 500f, curTranslationY); animator.setDuration(5000); animator.start();
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
Android
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续