-
Notifications
You must be signed in to change notification settings - Fork 351
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
切换动画丢失 #143
Comments
onBindViewHolder中这样写的: |
stopAutoPlay() starAutoplay方法可以不用自己单独去调用,框架已经增加了判断,会根据屏幕状态去判断 |
切换动画丢失问题有没方法解决
…------------------ 原始邮件 ------------------
发件人: "Mr.XIAO"<[email protected]>;
发送时间: 2019年11月11日(星期一) 下午2:15
收件人: "xiaohaibin/XBanner"<[email protected]>;
抄送: "三年"<[email protected]>; "Author"<[email protected]>;
主题: Re: [xiaohaibin/XBanner] 切换动画丢失 (#143)
stopAutoPlay() starAutoplay方法可以不用自己单独去调用,框架已经增加了判断,会根据屏幕状态去判断
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
动画丢失问题也遇到了,请问解决了吗 |
莫有解决
…------------------ 原始邮件 ------------------
发件人: "onlywsw"<[email protected]>;
发送时间: 2019年11月27日(星期三) 中午1:39
收件人: "xiaohaibin/XBanner"<[email protected]>;
抄送: "三年"<[email protected]>; "Author"<[email protected]>;
主题: Re: [xiaohaibin/XBanner] 切换动画丢失 (#143)
动画丢失问题也遇到了,请问解决了吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
version:all
question:使用在列表中,滑出界面再滑回来后第一次自动轮播切换动画丢失(view内容直接替换没有动画,不自然),第二次切换恢复transform动画,
模式 app:isClipChildrenMode="true"
adapter中:
override fun onViewDetachedFromWindow(holder: KotlinBaseViewHolder) {
super.onViewDetachedFromWindow(holder)
with(holder.itemView) {
xb_banner?.stopAutoPlay()
}
}
这点在使用时该怎样解决?
The text was updated successfully, but these errors were encountered: