启动 HorizontalScrollView 动画
我想在单击按钮时启动 HorizontalScrollView 动画。
当我单击按钮时,我会在屏幕上立即看到所有 HorizontalScrollView, 但我想看到 HorizontalScrollView 从右侧慢慢进入屏幕,并且我希望它在进入屏幕 30% 后停止, 就在我用手指滚动它之后,我将看到所有 HorizontalScrollView。
我该怎么做?
谢谢。
I want to start HorizontalScrollView animation when I click a button.
When I click a button I see all the HorizontalScrollView at once on the screen,
but I want to see the HorizontalScrollView enter to the screen slowly from the right, and I want it to stop after it enter 30% to the screen,
and just after I scroll it with my finger, I will see the all HorizontalScrollView.
How can I do this?
Thank's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定你的要求是什么。但是,如果您正在寻找连续自动滚动的水平滚动视图,此项目源将会有所帮助。
I am not really sure what your requirement is. But if you are looking for a horizontalscrollview that continuously scrolls automatically this project souurce will help.