博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android 动画
阅读量:5152 次
发布时间:2019-06-13

本文共 309 字,大约阅读时间需要 1 分钟。

public void onClicked(View v_)

{
//wa.startAnimation();
// TextView tv = (TextView)findViewById(R.id.textView1);

// animation.start();

ObjectAnimator.ofFloat(tv, "translationX", 0, 500).setDuration(2000).start();
// tv.setAnimation(anim);
// anim.start();
}

转载于:https://www.cnblogs.com/qianwang/p/6083814.html

你可能感兴趣的文章
(转)从客户端中检测到有潜在危险的 Request.Form 值
查看>>
How to fix updating ubuntu apt-get problem
查看>>
以软件开发生命周期的过程来说明不同测试的使用情况
查看>>
Log Structured Merge Trees(LSM) 原理
查看>>
mysql中的事务
查看>>
Linux内核配置Kconfig语法
查看>>
NSQ:分布式的实时消息平台
查看>>
linux 开机启动nginx
查看>>
Java程序如何自动在线升级
查看>>
Exercise: A Routine Day
查看>>
判断点是否在多边形内
查看>>
ImageView
查看>>
consul ACL2
查看>>
C++深拷贝浅拷贝
查看>>
CSS 伪对象选择符: before、after
查看>>
深入剖析 Laravel 服务容器
查看>>
高并发IM系统架构优化实践
查看>>
前端数据交互
查看>>
4.26号课堂笔记( 三次握手四次断开)
查看>>
236.Lowest Common Ancestor of a Binary Tree
查看>>