We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
一开始为可见,过一段时间为不可见setVisibility(GONE),然后再设置可见的话,动画会变得非常块。
The text was updated successfully, but these errors were encountered:
试下,多加一个判断条件 private void startLoading(long delay) { if (mDownAnimatorSet != null && mDownAnimatorSet.isRunning() || mUpAnimatorSet !=null && mUpAnimatorSet.isRunning()) { return; }}
Sorry, something went wrong.
我也遇到了,一开始为可见正常动画,过一段时间为不可见setVisibility(GONE),然后再设置可见的话,动画会变得非常块
上层加一个布局,然后调用上层的setVisibility就不会出现这个问题了
No branches or pull requests
一开始为可见,过一段时间为不可见setVisibility(GONE),然后再设置可见的话,动画会变得非常块。
The text was updated successfully, but these errors were encountered: