jQuery/HTML - 水平滚动
我在滚动时遇到问题...我想做的是单击一个按钮后,使一个 div 向左滚动,另一个向右滚动/一个出去,第二个进入。但我找不到任何解决方案,我正在强制第二个 div 位于第一个 div 旁边并隐藏它时遇到麻烦...有什么想法吗?
I'm having trouble doing scrolling...What I want to do is after clicking a button making a div scroll left and another scroll right/ one goes out, second in. But I can't find any solution and I'am having trouble forcing the second div to go next to the first one and hiding it...Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已阅读您的问题,这就是我的理解;
您正在尝试使用另一个 div 为一个 div 制作动画,这里是解决方案:
查看小提琴以获取工作示例: http:// /jsfiddle.net/HNY7R/
HTML
CSS
jQuery
I have read your question and this is what i have understood;
You are trying to animate a div with another div, and here is the solution:
View the fiddle for a working example: http://jsfiddle.net/HNY7R/
HTML
CSS
jQuery