Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行动画隐藏显示后,无法再次显示 #140

Open
zgnckzn opened this issue Nov 2, 2018 · 0 comments
Open

执行动画隐藏显示后,无法再次显示 #140

zgnckzn opened this issue Nov 2, 2018 · 0 comments

Comments

@zgnckzn
Copy link

zgnckzn commented Nov 2, 2018

调用如下代码隐藏view控件后,调用view.setVisibility(View.VISIBLE);无法恢复显示,请问该如何处理
YoYo.with(Techniques.SlideOutUp).duration(300).onEnd(new YoYo.AnimatorCallback() {
@OverRide
public void call(Animator animator) {
view.setVisibility(View.INVISIBLE);
}
}).playOn(view);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant